vue-website/pages/TestPage.vue
2025-04-23 21:32:06 +10:00

27 lines
No EOL
597 B
Vue

<template>
<div>
<ProjectCardV2
title="Arcane Raiders but really really long"
description="Cool game"
:buttons='[
{ link: "https://tabbycat.dev", text: "tabbycat.dev" },
{ link: "https://www.linkedin.com/in/tom--howarth/", text: "Linkedin" },
{ link: "https://bsky.app/profile/tabbycat.dev", text: "Bluesky" },
{ link: "https://tabby-cat-nya.itch.io/", text: "Itch.io" }
]'
/>
<!-- <BoldButton
text="test"
href="hello"
/> -->
</div>
</template>
<script lang="ts" setup>
</script>
<style>
</style>