feat(list): add icons
This commit is contained in:
parent
e81efcdb47
commit
7043fcc9c3
2 changed files with 35 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue