Skip to content

Commit

Permalink
fix copy
Browse files Browse the repository at this point in the history
  • Loading branch information
luistorres committed May 7, 2024
1 parent e4e737a commit 6f48de9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export const DataFields = () => {
<span className="md:text-end">{minContribution} USDC</span>
</div>
<div className="flex flex-col gap-2 md:flex-row md:justify-between">
<span className="text-mono-800">Max. number of participas:</span>
<span className="text-mono-800">Max. number of participants:</span>
<span className="md:text-end">
{maxParticipants !== undefined ? (
number(maxParticipants)
Expand Down

0 comments on commit 6f48de9

Please sign in to comment.