feat(install modal): add note about more install dirs

This commit is contained in:
DecDuck
2024-12-27 14:03:06 +11:00
parent a881d8e248
commit f4ac1c87cd
2 changed files with 226 additions and 279 deletions
+7
View File
@@ -0,0 +1,7 @@
<template>
<NuxtLink
class="inline-flex items-center gap-x-2 px-1 py-0.5 rounded bg-blue-900 text-zinc-100 hover:bg-blue-800"
>
<slot />
</NuxtLink>
</template>