Fix 404 centering, footer copyright, remove MIT text

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Advait Paliwal
2026-03-24 15:57:46 -07:00
parent 8f8cf2a4a9
commit 17c48be4b5

View File

@@ -93,14 +93,14 @@ const {
</div> </div>
</nav> </nav>
<main class="flex-1"> <main class="flex flex-1 flex-col">
<slot /> <slot />
</main> </main>
<footer> <footer>
<div class="mx-auto flex max-w-6xl flex-col items-center justify-between gap-4 px-6 py-8 sm:flex-row"> <div class="mx-auto flex max-w-6xl flex-col items-center justify-between gap-4 px-6 py-8 sm:flex-row">
<p class="text-sm text-muted-foreground"> <p class="text-sm text-muted-foreground">
&copy; {new Date().getFullYear()} Feynman. Open source under MIT. &copy; {new Date().getFullYear()} Companion, Inc.
</p> </p>
<div class="flex items-center gap-4 text-sm"> <div class="flex items-center gap-4 text-sm">
<a href="/docs/getting-started/installation" class="text-muted-foreground transition-colors hover:text-foreground">Docs</a> <a href="/docs/getting-started/installation" class="text-muted-foreground transition-colors hover:text-foreground">Docs</a>