WIP jordan
This commit is contained in:
7
app/components/AppBackToHome.vue
Normal file
7
app/components/AppBackToHome.vue
Normal file
@@ -0,0 +1,7 @@
|
||||
<template>
|
||||
<NuxtLink to="/" class="inline-flex">
|
||||
<UButton color="neutral" variant="ghost" size="sm" icon="i-heroicons-home">
|
||||
Home
|
||||
</UButton>
|
||||
</NuxtLink>
|
||||
</template>
|
||||
Reference in New Issue
Block a user