Fix link to lune repo

This commit is contained in:
Filip Tibell 2023-07-28 12:04:11 -05:00
parent c072b29c63
commit 1c054008cf
No known key found for this signature in database

View file

@ -4,13 +4,13 @@ export default {
logo: <span>Lune Documentation</span>, logo: <span>Lune Documentation</span>,
docsRepositoryBase: "https://github.com/lune-org/docs/blob/main/pages", docsRepositoryBase: "https://github.com/lune-org/docs/blob/main/pages",
project: { project: {
link: "https://github.com/lune-org/lune", link: "https://github.com/filiptibell/lune",
}, },
footer: { footer: {
text: ( text: (
<span> <span>
MPL-2.0 {new Date().getFullYear()} ©{" "} MPL-2.0 {new Date().getFullYear()} ©{" "}
<a href="https://github.com/lune-org/lune" target="_blank"> <a href="https://github.com/filiptibell/lune" target="_blank">
Lune Lune
</a> </a>
</span> </span>