We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c83bc57 commit 6ac8be1Copy full SHA for 6ac8be1
src/components/Sanity/Rounds.tsx
@@ -91,7 +91,7 @@ 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">Total Registrations</p>}
+ {registrations && <p className="text-pink">Submissions</p>}
95
{registrations && <p className="">{registrations}</p>}
96
97
0 commit comments