fixed web request loop bug

This commit is contained in:
Wind-Explorer
2024-08-10 19:46:23 +08:00
parent ea8ab16ae5
commit 307be23e56

View File

@@ -34,7 +34,7 @@ export default function HomePage() {
} catch (error) {
console.error("Failed to fetch events:", error);
}
});
}, []);
return (
<div className="w-full h-full flex flex-col">
<div className="relative w-full h-screen -mt-16 z-10 text-white flex flex-col">