mirror of
https://github.com/Radiquum/photos.git
synced 2025-04-28 17:09:43 +05:00
fix/generator: visible overlay when images weren't loaded
This commit is contained in:
parent
39eafb1739
commit
0efe83047c
5 changed files with 30 additions and 57 deletions
|
@ -65,7 +65,7 @@ export default function Base({ children, isDev }: BaseProps) {
|
|||
|
||||
<script defer data-domain="radiquum.wah.su/photos" data-api="https://a.wah.su/api/event" src="https://a.wah.su/js/script.js"></script>
|
||||
</head>
|
||||
<body className="bg-[#121B2C] text-white">
|
||||
<body className="bg-[#121B2C] text-white min-h-screen flex flex-col">
|
||||
<Header />
|
||||
{children}
|
||||
<Footer />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue