We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 551bb04 commit 017278dCopy full SHA for 017278d
src/components/Footer.tsx
@@ -98,10 +98,14 @@ export function Footer() {
98
</div>
99
<div className="mt-24 mb-20 flex flex-wrap items-end justify-between gap-x-6 gap-y-4 border-t border-neutral-950/10 pt-12">
100
<Link href="/" aria-label="Home">
101
- <Logo className="h-8" fillOnHover />
+ <span className="font-display text-3xl font-medium tracking-tight text-balance text-sky-700">
102
+ Flexnode
103
+ </span>
104
</Link>
- <p className="text-sm text-neutral-700">
- © Flexnode Solutions - {new Date().getFullYear()}
105
+ <p className="text-sm text-neutral-700 md:text-right">
106
+ Flexnode Solutions © {new Date().getFullYear()}
107
+ <br />
108
+ Company Reg No: 64831T
109
</p>
110
111
</FadeIn>
0 commit comments