pompy.dev/apps/list/pages/index.vue
2025-03-21 13:16:07 +09:00

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>