File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,6 @@ function Timer() {
109109 < h1 className = "mb-8 text-3xl font-bold" > Timer</ h1 >
110110
111111 < div className = "flex w-full max-w-lg flex-col items-center gap-6 rounded-xl bg-gray-800 p-8" >
112- { /* Round Selection + Duration */ }
113112 < div className = "flex w-full items-center gap-3" >
114113 < select
115114 className = "w-28 rounded-lg bg-gray-700 p-2 text-white"
@@ -121,7 +120,6 @@ function Timer() {
121120 < option value = "3" > Round 3</ option >
122121 </ select >
123122
124- { /* Duration Inputs */ }
125123 < div className = "flex items-center gap-1" >
126124 < input
127125 type = "number"
@@ -165,7 +163,6 @@ function Timer() {
165163 </ button >
166164 </ div >
167165
168- { /* Timer Display + Start/Stop */ }
169166 < div className = "flex w-full items-center justify-between gap-4" >
170167 < div className = "font-mono text-4xl" >
171168 { formatTime ( remainingSeconds ) }
@@ -191,7 +188,6 @@ function Timer() {
191188 </ button >
192189 </ div >
193190
194- { /* Add Time Section */ }
195191 < div className = "flex w-full items-center justify-center gap-2" >
196192 < input
197193 type = "number"
You can’t perform that action at this time.
0 commit comments