A documentation link in the sidebar, and the footer points home
Documentation above Settings, opening in a new tab — the docs are read beside the work, not instead of it. The footer's "Fluksio - <year>" links to fluksio.com; the sidebar logo deliberately keeps going Home, since navigating a running installation away to a marketing page is not what pressing it means. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -14,7 +14,16 @@ export function Footer() {
|
||||
return (
|
||||
<footer className="border-t py-4 px-6">
|
||||
<div className="flex flex-col items-center justify-between gap-4 sm:flex-row">
|
||||
<p className="text-muted-foreground text-sm">Fluksio - {currentYear}</p>
|
||||
<p className="text-muted-foreground text-sm">
|
||||
{/* The mark's own home. Same tab, the way a footer brand line
|
||||
conventionally goes — the sidebar logo is what stays put. */}
|
||||
<a
|
||||
href="https://fluksio.com"
|
||||
className="hover:text-foreground transition-colors"
|
||||
>
|
||||
Fluksio - {currentYear}
|
||||
</a>
|
||||
</p>
|
||||
<div className="flex items-center gap-4">
|
||||
{socialLinks.map(({ icon: Icon, href, label }) => (
|
||||
<a
|
||||
|
||||
Reference in New Issue
Block a user