1
Fork 0
mirror of https://github.com/Steffo99/steffoweb.git synced 2024-10-16 15:27:28 +00:00

Update source code URL

This commit is contained in:
Steffo 2023-05-27 18:12:16 +02:00
parent e73ace2e5b
commit ab653e41ae
Signed by: steffo
GPG key ID: 2A24051445686895

View file

@ -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>
</> </>
} }