feat: JTR branding + Pink Pulse community partner integration
This commit is contained in:
@@ -14,6 +14,7 @@ import type { Profile, CruisingSpot, MapFilters, Position } from "@/types";
|
||||
import { KINK_OPTIONS, POSITION_COLORS } from "@/types";
|
||||
import { MOCK_PROFILES, MOCK_SPOTS } from "@/lib/mock-data";
|
||||
import { useOpenIdVerification } from "@/components/Providers";
|
||||
import { PinkPulsePartner } from "@/components/PinkPulsePartner";
|
||||
|
||||
import "leaflet/dist/leaflet.css";
|
||||
import "leaflet.markercluster/dist/MarkerCluster.css";
|
||||
@@ -279,9 +280,15 @@ export function CruisingMap({ vanillaMode, onActiveCountChange }: MapProps) {
|
||||
vanillaMode={vanillaMode}
|
||||
/>
|
||||
))}
|
||||
<PinkPulsePartner variant="card" className="mt-2" />
|
||||
</div>
|
||||
)}
|
||||
|
||||
{/* Mobile — community partner strip above bottom nav */}
|
||||
<div className="md:hidden absolute bottom-0 left-0 right-0 z-[999] pb-16">
|
||||
<PinkPulsePartner variant="strip" />
|
||||
</div>
|
||||
|
||||
{/* Map */}
|
||||
{leafletReady && iconFactory && (
|
||||
<MapContainer
|
||||
|
||||
Reference in New Issue
Block a user