Updated link to source code to point to gitea
This commit is contained in:
parent
0d62eb876a
commit
e91dee5059
@ -5,7 +5,7 @@ import { Link } from "./link"
|
|||||||
const Footer: Component<SimpleProps> = ({ className }) => (
|
const Footer: Component<SimpleProps> = ({ className }) => (
|
||||||
<footer class={`container absolute bottom-0 py-5 text-center ${className}`}>
|
<footer class={`container absolute bottom-0 py-5 text-center ${className}`}>
|
||||||
<p>
|
<p>
|
||||||
Kildekode på <Link to={"https://github.com/h600878/martials.no"}>GitHub</Link>
|
Kildekode på <Link to={"https://git.martials.no/martials/old.martials.no"}>Gitea</Link>
|
||||||
</p>
|
</p>
|
||||||
</footer>
|
</footer>
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user