Compare commits
2 commits
6e6b9aa73c
...
a83cce236f
Author | SHA1 | Date | |
---|---|---|---|
![]() |
a83cce236f | ||
![]() |
aee8a44404 |
1 changed files with 7 additions and 3 deletions
|
@ -3,10 +3,14 @@ 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 mt-auto rounded bg-base-200 p-10 text-base-content">
|
<footer class="footer footer-center sticky 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">About us</a>
|
<a href="/about" class="link-hover link">
|
||||||
<a href="/contact" class="link-hover link">Contact</a>
|
About us
|
||||||
|
</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