Skip to content

Commit aae09cc

Browse files
committed
docs: add github link
1 parent 36a4356 commit aae09cc

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/components/Hero.vue

+7
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,13 @@
1818
>
1919
<ri:translate-2 class="w-5 h-5" />
2020
</div>
21+
<a
22+
class="cursor-pointer hover:bg-neutral-200 hover:dark:bg-neutral-700 p-2 rounded-md"
23+
href="https://github.com/nuxtbase/auth-ui-vue"
24+
target="_blank"
25+
>
26+
<ri:github-fill class="w-5 h-5" />
27+
</a>
2128
</div>
2229
</h3>
2330
<p className="text-secondary !mb-0">

0 commit comments

Comments
 (0)