Skip to content

Commit

Permalink
Hotfix: how to participate
Browse files Browse the repository at this point in the history
  • Loading branch information
luistorres committed May 6, 2024
1 parent 7be633f commit 5fb35c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/web-app/app/_ui/project/how-to-participate.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const HowToParticipate = ({
return (
<div className="flex w-full flex-col rounded-lg bg-mono-50 text-mono-950">
<h4 className="border-b border-mono-200 px-8 py-6 font-medium uppercase">
Project Information
How to participate
</h4>
<div className="flex flex-col gap-4 px-8 py-8">
<div className="flex flex-col gap-2 md:flex-row md:justify-between">
Expand Down Expand Up @@ -50,7 +50,7 @@ export const HowToParticipate = ({
id="kyc-check"
name="kyc-check"
type="checkbox"
className="h-5 w-5 rounded border-mono-800 bg-transparent text-blue-500 focus:ring-mono-800"
className="ml-auto h-5 w-5 rounded border-mono-800 bg-transparent text-blue-500 focus:ring-mono-800"
/>
</div>
<div className="flex items-center gap-3">
Expand Down

0 comments on commit 5fb35c5

Please sign in to comment.