Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
solanoepalacio committed Mar 28, 2024
1 parent 552d3a8 commit 4e97be6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/components/modal/Disclaimer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ export function Disclaimer({ onAgree, showModal }: DisclaimerProps) {
Terms.{' '}
</p>
</div>
<div className="flex min-h-fit flex-col items-stretch gap-4 px-6 py-5 text-sm md:px-10 [&>button]:w-[200px]">
<div className="[&>button]:w-[200px] flex min-h-fit flex-col items-stretch gap-4 px-6 py-5 text-sm md:px-10">
<div
className="flex items-center justify-center gap-2 hover:cursor-pointer"
onClick={() => setAgreed((agreed) => !agreed)}
Expand Down

0 comments on commit 4e97be6

Please sign in to comment.