fix
This commit is contained in:
@@ -300,6 +300,13 @@ function App() {
|
||||
|
||||
{/* Main Content */}
|
||||
<div className="grid grid-cols-1 lg:grid-cols-3 gap-8">
|
||||
|
||||
{/* Seizure Warning */}
|
||||
<div className="fixed top-0 left-0 right-0 z-50 flex justify-center pt-4">
|
||||
<div className="bg-red-800 text-white px-6 py-3 rounded-lg text-lg font-bold shadow-xl border-2 border-red-500 animate-pulse">
|
||||
⚠️ Seizure Warning: This game contains rapidly flashing lights and animations. ⚠️
|
||||
</div>
|
||||
</div>
|
||||
{/* Left Column - Click Button */}
|
||||
<div id="click-button-container" className="lg:col-span-1 flex flex-col items-center justify-center relative"> {/* Added ref, id and relative positioning */}
|
||||
<ClickButton
|
||||
|
||||
Reference in New Issue
Block a user