mirror of
https://github.com/trafficlunar/tomodachi-share.git
synced 2026-06-28 14:44:15 +00:00
fix: use search param for redirect banner instead
This commit is contained in:
parent
3c7b17dff2
commit
62ab328fa2
3 changed files with 15 additions and 25 deletions
|
|
@ -8,7 +8,6 @@ import Providers from "./provider";
|
|||
import Header from "@/components/header";
|
||||
import Footer from "@/components/footer";
|
||||
import AdminBanner from "@/components/admin/banner";
|
||||
import RedirectBanner from "@/components/redirect-banner";
|
||||
|
||||
const lexend = Lexend({
|
||||
subsets: ["latin"],
|
||||
|
|
@ -55,7 +54,6 @@ export default function RootLayout({
|
|||
<Providers>
|
||||
<Header />
|
||||
<AdminBanner />
|
||||
<RedirectBanner />
|
||||
<main className="px-4 py-8 max-w-7xl w-full flex-grow flex flex-col">{children}</main>
|
||||
<Footer />
|
||||
</Providers>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue