mirror of
https://github.com/DevVoxel/VectorDNS.git
synced 2026-02-27 05:47:38 +00:00
Add shared site header with account dropdown
Add SiteHeader and AccountDropdown components, replace inline headers across homepage, roadmap, and docs layout.
This commit is contained in:
@@ -2,6 +2,7 @@ import type { Metadata } from "next";
|
||||
import Link from "next/link";
|
||||
import { Globe, BookOpen, Menu } from "lucide-react";
|
||||
import { ThemeToggle } from "@/components/theme-toggle";
|
||||
import { AccountDropdown } from "@/components/account-dropdown";
|
||||
import { DocsSidebar } from "@/components/docs/sidebar";
|
||||
|
||||
export const metadata: Metadata = {
|
||||
@@ -38,6 +39,7 @@ export default function DocsLayout({
|
||||
</Link>
|
||||
</div>
|
||||
<ThemeToggle />
|
||||
<AccountDropdown />
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user