Formatting
This commit is contained in:
parent
aee8a44404
commit
a83cce236f
1 changed files with 6 additions and 2 deletions
|
@ -5,8 +5,12 @@ export function Footer(): JSXElement {
|
|||
/* 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">
|
||||
<nav class="grid grid-flow-col gap-4">
|
||||
<a href="/about" class="link-hover link">About us</a>
|
||||
<a href="/contact" class="link-hover link">Contact</a>
|
||||
<a href="/about" class="link-hover link">
|
||||
About us
|
||||
</a>
|
||||
<a href="/contact" class="link-hover link">
|
||||
Contact
|
||||
</a>
|
||||
</nav>
|
||||
<nav>
|
||||
<div class="grid grid-flow-col gap-4">
|
||||
|
|
Loading…
Reference in a new issue