mirror of
https://github.com/Steffo99/steffoweb.git
synced 2024-11-21 15:44:31 +00:00
Update source code URL
This commit is contained in:
parent
e73ace2e5b
commit
ab653e41ae
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ const App = ({Component, pageProps}: AppProps) => {
|
||||||
<Component {...pageProps}/>
|
<Component {...pageProps}/>
|
||||||
</main>
|
</main>
|
||||||
<footer>
|
<footer>
|
||||||
© {new Date().getFullYear()} Stefano Pigozzi | <Link href={"https://github.com/Steffo99/steffoweb-2021"}>Source code</Link>
|
© {new Date().getFullYear()} Stefano Pigozzi | <Link href={"https://github.com/Steffo99/steffoweb"}>Source code</Link>
|
||||||
</footer>
|
</footer>
|
||||||
</>
|
</>
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue