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 */
|
/* 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 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