fix: only show featured star on featured stories

This commit is contained in:
eggy 2024-02-05 22:37:53 -05:00
parent 21c5d573a2
commit 4ff7bbc2f7

View File

@ -22,7 +22,7 @@ const descText =
class="break-words max-w-full rounded-lg p-4 shadow-md border border-2 border-gray-300 dark:border-gray-600" class="break-words max-w-full rounded-lg p-4 shadow-md border border-2 border-gray-300 dark:border-gray-600"
> >
<h3 class="m-0 flex items-center gap-1.5"> <h3 class="m-0 flex items-center gap-1.5">
<a :href="`/tags/${props.type}/featured`"> <a :href="`/tags/${props.type}/featured`" v-if="highlighttags?.includes('featured')">
<IconStar class="fill-yellow-500 outline-none" /> <IconStar class="fill-yellow-500 outline-none" />
</a> </a>
<a <a