fix syntax in Tags component

This commit is contained in:
Martin Ortbauer
2023-06-14 09:39:09 +02:00
parent 0ef5d7580b
commit 03ebd92d77

View File

@ -27,7 +27,7 @@ const { tags, class: className = 'text-sm', title = undefined, isCategory = fals
tag
) : (
<a
href={getPermalink(tag, (isCategory ? 'category' : 'tag')}
href={getPermalink(tag, (isCategory ? 'category' : 'tag'))}
class="text-muted dark:text-slate-300 hover:text-primary dark:hover:text-gray-200"
>
{tag}