Skip to content

Commit 6ac8be1

Browse files
authored
Update Rounds.tsx
1 parent c83bc57 commit 6ac8be1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Sanity/Rounds.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ 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">Total Registrations</p>}
94+
{registrations && <p className="text-pink">Submissions</p>}
9595
{registrations && <p className="">{registrations}</p>}
9696
</div>
9797
</div>

0 commit comments

Comments
 (0)