We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c2e45d commit 856e7adCopy full SHA for 856e7ad
src/components/Sanity/Rounds.tsx
@@ -91,9 +91,8 @@ const Round = ({
91
<p className="">{duration}</p>
92
</div>
93
<div className="flex flex-col justify-end lg:col-span-2">
94
- {registrations && <p className="text-pink">Registrations</p>}
+ {registrations && <p className="text-pink">Submission</p>}
95
{registrations && <p className="">{registrations}</p>}
96
-
97
98
99
0 commit comments