fix: use CollectionEntry type where possible

This commit is contained in:
Troy 2025-03-13 21:45:16 +00:00
parent aa26e7cd55
commit 82b68b9f11
Signed by: troy
GPG key ID: DFC06C02ED3B4711
8 changed files with 107 additions and 104 deletions

View file

@ -37,7 +37,7 @@ const allTagsSorted = freqSort(allTags);
class="text-tertiary animate-reveal flex flex-wrap items-center gap-2 opacity-0 [animation-delay:0.1s]"
>
{
allTagsSorted.map((tag: any) => (
allTagsSorted.map((tag: string) => (
<a
href={`/tags/${createSlug(tag)}`}
class="underline hover:no-underline"