feat: Next 16 + Payload 3 scaffold with Kaniko CI and Swarm deploy (#1)
Some checks failed
ci/woodpecker/push/web Pipeline failed
Some checks failed
ci/woodpecker/push/web Pipeline failed
Co-authored-by: Jason Woltje <jason@diversecanvas.com> Co-committed-by: Jason Woltje <jason@diversecanvas.com>
This commit was merged in pull request #1.
This commit is contained in:
14
src/components/SiteFooter.tsx
Normal file
14
src/components/SiteFooter.tsx
Normal file
@@ -0,0 +1,14 @@
|
||||
export function SiteFooter() {
|
||||
return (
|
||||
<footer className="mt-24 border-t border-outline-variant/10 bg-surface-container-lowest">
|
||||
<div className="mx-auto flex max-w-7xl flex-col gap-6 px-6 py-12 md:flex-row md:items-center md:justify-between">
|
||||
<div className="font-headline text-sm uppercase tracking-[0.2em] text-on-surface-variant">
|
||||
© {new Date().getFullYear()} Jason Woltje · All rights reserved
|
||||
</div>
|
||||
<div className="font-label text-[10px] uppercase tracking-[0.2em] text-tertiary/80">
|
||||
LATENCY: 42ms · CORE STATUS: NOMINAL
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user