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 7b8c1fa..d9ce657 100644 --- a/src/app/components/post/post.component.html +++ b/src/app/components/post/post.component.html @@ -46,7 +46,7 @@ </button> </section> </main> - <aside class="flex-col flex-center-align-items"> + <aside class="rating flex-col flex-center-align-items"> <button class="flex-col lighter-hover border-radius-small click-effect" (click)="votePost(true)"> <img src="/assets/icons/tabler-icon-chevron-up.svg"> </button> |
