feat: JTR branding + Pink Pulse community partner integration
This commit is contained in:
@@ -5,6 +5,7 @@ import { AgeGate } from "@/components/AgeGate";
|
||||
import { Nav } from "@/components/Nav";
|
||||
import { MobileHeader } from "@/components/MobileHeader";
|
||||
import { IdVerificationModal } from "@/components/IdVerificationModal";
|
||||
import { SiteFooter } from "@/components/SiteFooter";
|
||||
import { AuthProvider, useAuth } from "@/lib/auth/context";
|
||||
import {
|
||||
mustBlurExplicit,
|
||||
@@ -90,9 +91,10 @@ function InnerProviders({ children }: ProvidersProps) {
|
||||
onVanillaToggle={handleVanillaToggle}
|
||||
activeCount={activeCount}
|
||||
/>
|
||||
<main className="md:pt-14 pt-12 pb-16 md:pb-0 min-h-screen min-h-[100dvh]">
|
||||
<main className="md:pt-14 pt-12 pb-16 md:pb-0 min-h-screen min-h-[100dvh] flex flex-col">
|
||||
<ActiveCountContext.Provider value={setActiveCount}>
|
||||
{children}
|
||||
<div className="flex-1 flex flex-col">{children}</div>
|
||||
<SiteFooter />
|
||||
</ActiveCountContext.Provider>
|
||||
</main>
|
||||
<IdVerificationModal
|
||||
|
||||
Reference in New Issue
Block a user