diff options
Diffstat (limited to 'src/app/components/post/post.component.html')
| -rw-r--r-- | src/app/components/post/post.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/components/post/post.component.html b/src/app/components/post/post.component.html index 4ba4d43..4584591 100644 --- a/src/app/components/post/post.component.html +++ b/src/app/components/post/post.component.html @@ -30,7 +30,7 @@ </div> </section> <section class="rating"> - <button class="vote"> + <button class="vote" (click)="upVotePost()"> ᐃ </button> <summary class="score"> |
