13 lines
388 B
Vue
13 lines
388 B
Vue
<template>
|
|
<Header highlight="anything" />
|
|
|
|
<Main>
|
|
<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>
|