Compare commits
No commits in common. "a83cce236f30cd3bd5569c24442e32a5d7f3166a" and "6e6b9aa73cb5948c7c25c6c7a34803ece45fc94d" have entirely different histories.
a83cce236f
...
6e6b9aa73c
1 changed files with 3 additions and 7 deletions
|
@ -3,14 +3,10 @@ import { JSXElement } from "solid-js";
|
||||||
export function Footer(): JSXElement {
|
export function Footer(): JSXElement {
|
||||||
return (
|
return (
|
||||||
/* Something here is causing a Layout Shift, TODO: Fix */
|
/* Something here is causing a Layout Shift, TODO: Fix */
|
||||||
<footer class="footer footer-center sticky mt-auto rounded bg-base-200 p-10 text-base-content">
|
<footer class="footer footer-center mt-auto rounded bg-base-200 p-10 text-base-content">
|
||||||
<nav class="grid grid-flow-col gap-4">
|
<nav class="grid grid-flow-col gap-4">
|
||||||
<a href="/about" class="link-hover link">
|
<a href="/about" class="link-hover link">About us</a>
|
||||||
About us
|
<a href="/contact" class="link-hover link">Contact</a>
|
||||||
</a>
|
|
||||||
<a href="/contact" class="link-hover link">
|
|
||||||
Contact
|
|
||||||
</a>
|
|
||||||
</nav>
|
</nav>
|
||||||
<nav>
|
<nav>
|
||||||
<div class="grid grid-flow-col gap-4">
|
<div class="grid grid-flow-col gap-4">
|
||||||
|
|
Loading…
Reference in a new issue