mirror of
https://github.com/versia-pub/docs.git
synced 2026-03-13 02:49:16 +01:00
feat: ✨ Add experimental warning banner
This commit is contained in:
parent
850efb4bd3
commit
6b0e6785e2
3 changed files with 25 additions and 1 deletions
|
|
@ -5,6 +5,7 @@ import Link from "next/link";
|
|||
import { usePathname } from "next/navigation";
|
||||
|
||||
import type { ReactNode } from "react";
|
||||
import { ExperimentalWarning } from "./ExperimentalWarning";
|
||||
import { Footer } from "./Footer";
|
||||
import { Header } from "./Header";
|
||||
import { Logo } from "./Logo";
|
||||
|
|
@ -42,6 +43,7 @@ export function Layout({
|
|||
<Footer />
|
||||
</div>
|
||||
</div>
|
||||
<ExperimentalWarning />
|
||||
</SectionProvider>
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue