Fix accessibility

This commit is contained in:
prototypa
2023-01-02 11:25:18 -05:00
parent 7034e99d4a
commit 6998cc7602

View File

@ -5,7 +5,7 @@ import { getPermalink } from '~/utils/permalinks';
<div
class="hidden md:block bg-primary-100 dark:bg-slate-800 dark:border-slate-800 dark:text-slate-400 border-b border-primary-100 text-sm px-3 py-2 text-gray-800 overflow-hidden whitespace-nowrap text-ellipsis"
>
<span class="text-xs py-0.5 px-1 bg-primary-200 dark:bg-slate-500 font-semibold">NEW</span>
<span class="text-xs py-0.5 px-1 bg-primary-200 dark:bg-slate-900 dark:text-slate-400 font-semibold">NEW</span>
<a
href={getPermalink('useful-resources-to-create-websites', 'post')}
class="hover:underline text-gray-700 dark:text-slate-400"