feat(list): add icons

This commit is contained in:
Kim, Jimin 2025-03-21 13:16:07 +09:00
parent e81efcdb47
commit 7043fcc9c3
Signed by: pomp
GPG key ID: D3932F82A0667A3B
2 changed files with 35 additions and 3 deletions

View file

@ -2,8 +2,12 @@
<Header highlight="anything" />
<Main>
<NuxtLink href="/content-creators" class="underline">
Content Creators
</NuxtLink>
<div class="flex gap-6">
<Card href="/content-creators" name="Content Creators">
<Icon name="logos:twitch" size="48" />
<span class="mx-2 text-3xl">/</span>
<Icon name="logos:youtube-icon" size="48" />
</Card>
</div>
</Main>
</template>