mirror of
https://github.com/soconnor0919/lewisburg-coffee.git
synced 2026-02-04 23:56:32 -05:00
feat: enhance map loading state with skeleton UI and update viewport height units to dvh
This commit is contained in:
@@ -12,7 +12,7 @@ export default function HomePage() {
|
||||
const [isDiscoveryOpen, setIsDiscoveryOpen] = useState(true);
|
||||
|
||||
return (
|
||||
<main className="relative h-screen w-screen overflow-hidden bg-black text-white font-serif">
|
||||
<main className="relative h-dvh w-screen overflow-hidden bg-black text-white font-serif">
|
||||
{/* Map Background */}
|
||||
<div className="absolute inset-0 z-0">
|
||||
<MapLoader
|
||||
|
||||
Reference in New Issue
Block a user