Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
thisagi committed Nov 5, 2024
1 parent 96629cf commit ac76a88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/routes/_index/SignUp.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export function SignUp(): ReactNode {
className="grid justify-items-center gap-8"
>
<img src="../../public/logo.svg" alt="logo Icon" className="w-full" />
<LogginCard className="w-full rotate-2"></LogginCard>
<LogginCard className="w-full rotate-2" />
</form>
);
}

0 comments on commit ac76a88

Please sign in to comment.