Skip to content

Commit 856e7ad

Browse files
authored
Update Rounds.tsx
1 parent 6c2e45d commit 856e7ad

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/Sanity/Rounds.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,8 @@ const Round = ({
9191
<p className="">{duration}</p>
9292
</div>
9393
<div className="flex flex-col justify-end lg:col-span-2">
94-
{registrations && <p className="text-pink">Registrations</p>}
94+
{registrations && <p className="text-pink">Submission</p>}
9595
{registrations && <p className="">{registrations}</p>}
96-
9796
</div>
9897
</div>
9998
</div>

0 commit comments

Comments
 (0)