Skip to content

Commit 6a10f47

Browse files
committed
chore:round 2 heading fix
1 parent cd64331 commit 6a10f47

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

frontend/src/pages/round2.jsx

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ const isAddDisabled =
171171

172172
return (
173173
<div className="min-h-screen w-full bg-black p-4 sm:p-8 flex justify-center">
174-
174+
175175

176176
{showDeleteModal && (
177177
<div className="fixed inset-0 z-50 flex items-center justify-center bg-black/70 backdrop-blur-sm">
@@ -212,13 +212,22 @@ const isAddDisabled =
212212
</div>
213213
</div>
214214
)}
215+
215216
<div className="bg-white/10 p-6 sm:p-10 rounded-2xl w-full max-w-5xl border border-yellow-500/20 shadow-xl">
216217

217-
<div className="flex flex-col sm:flex-row items-center sm:items-start justify-between gap-6 mb-10">
218-
<BackButton label="Go Back" />
219-
<img src="/logo.png" alt="IEEE CS Logo" className="h-12 sm:h-16" />
218+
219+
<div className="relative mb-10">
220+
<div className="flex flex-col sm:flex-row items-center sm:items-start justify-between gap-6">
221+
<BackButton label="Go Back" />
222+
<img src="/logo.png" alt="IEEE CS Logo" className="h-12 sm:h-16" />
220223
</div>
221224

225+
<h1 className="animate-pulse absolute top-0 left-1/2 -translate-x-1/2 text-white text-3xl font-bold str">
226+
Round 2
227+
</h1>
228+
</div>
229+
230+
222231
<div className="bg-white/10 border border-white/20 rounded-2xl p-6 sm:p-8 mb-10 shadow-lg">
223232
<h2 className="text-2xl font-bold text-white mb-6">Add New Question</h2>
224233

0 commit comments

Comments
 (0)