Skip to content

Commit 37c31b7

Browse files
committed
hiding gpt use
1 parent dc6f4c5 commit 37c31b7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/app/timer/page.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)