diff --git a/src/components/Header.astro b/src/components/Header.astro index 699cafbec..13469335f 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -2,6 +2,7 @@ import HeaderLogo from "@components/header/header-logo.astro"; import Search from "@components/Search.astro"; import ThemeToggle from "@components/ThemeToggle.astro"; +import DateGate from "@ui/DateGate.astro"; import { NAV_MENUS } from "@data/nav"; import { buildLinkChecker } from "@utils/nav"; @@ -111,12 +112,24 @@ const activeMenus = NAV_MENUS.map((menu) => ({ ), ) } - - + + + + + + + + + +