Skip to content

Commit 58da836

Browse files
committed
fix: github links
1 parent 6d3c067 commit 58da836

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/layout/Footer.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template>
22
<footer class="px-4 md:px-14 lg:px-20 mb-12 w-full max-w-[110rem] mx-auto flex flex-col md:flex-row text-grey-100 text-100 text-center md:text-left justify-between items-center">
3-
<div class="mb-10 md:mb-0">Faucet Hub is a community project.<br />Check out <a href="https://github.com/gnolang/gno" class="hover:text-grey-50 transition-colors ease-in-out underline">Github Repo</a>.</div>
3+
<div class="mb-10 md:mb-0">Faucet Hub is a community project.<br />Check out <a href="https://github.com/gnolang/faucet-hub" class="hover:text-grey-50 transition-colors ease-in-out underline">Github Repo</a>.</div>
44
<div class="flex flex-col md:flex-row items-center">
55
<div class="mr-6 mb-6 md:mb-0">Learn more about Gno.land <br />and be part of the conversation:</div>
66
<ul class="flex space-x-4">
@@ -27,7 +27,7 @@ const socials = [
2727
},
2828
{
2929
icon: IconGitHub,
30-
link: 'https://github.com/gnolang/faucet-hub',
30+
link: 'https://github.com/gnolang/gno',
3131
},
3232
{
3333
icon: IconTwitter,

0 commit comments

Comments
 (0)