This can probably be easily be fixed by checking if
featured is in the post’s tags.
The star is always rendered: https://git.eggworld.me/eggy/public/src/branch/master/components/PostPreviewCard.vue#L25
This can probably be easily be fixed by checking if `featured` is in the post's tags.
eggy
added the bugfrontend labels 2024-01-19 00:16:54 -05:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
The star is always rendered: https://git.eggworld.me/eggy/public/src/branch/master/components/PostPreviewCard.vue#L25
This can probably be easily be fixed by checking if
featuredis in the post’s tags.Fixed in
2ad9e41c8b.