Skip to content

Commit 1e737a1

Browse files
committed
feat: link to home page
1 parent 056d47c commit 1e737a1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

app/app.vue

+6-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,12 @@ useSeoMeta({
99
<main class="font-sans m-2">
1010
<nav class="flex flex-row items-center gap-2 ">
1111
<h1 class="text-lg">
12-
unsight.dev
12+
<NuxtLink
13+
to="/"
14+
class="no-underline color-current"
15+
>
16+
unsight.dev
17+
</NuxtLink>
1318
</h1>
1419
<p class="flex gap-1 items-center bg-yellow-400 rounded-full color-black px-2 py-[2px] text-xs font-bold">
1520
proof of concept

0 commit comments

Comments
 (0)