Fix typo

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

View File

@ -17,7 +17,7 @@ const { tags, class: className = 'text-sm', title = undefined } = Astro.props;
tags && Array.isArray(tags) && (
<>
<>
{header !== undefined && <span class="align-super font-normal underline underline-offset-4 decoration-2 dark:text-slate-400">{header}</span>}
{title !== undefined && <span class="align-super font-normal underline underline-offset-4 decoration-2 dark:text-slate-400">{title}</span>}
</>
<ul class={className}>
{tags.map((tag) => (