Fix typo

This commit is contained in:
Liron Abutbul
2023-06-09 08:00:35 +03:00
committed by GitHub
parent cf0d0cd028
commit b315018458

View File

@ -22,7 +22,7 @@ const { tags, class: className = 'text-sm', title = undefined } = Astro.props;
<ul class={className}>
{tags.map((tag) => (
<li class="bg-gray-100 dark:bg-slate-700 inline-block mr-2 mb-2 py-0.5 px-2 lowercase font-medium">
{BLOG?.tag?.disabled || PORTFOLIO?.tag?.disabled ? (
{BLOG?.tag?.disabled ? (
tag
) : (
<a