Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: login screen design #52

Merged
merged 3 commits into from
Nov 5, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: lint
thisagi committed Nov 5, 2024

Verified

This commit was signed with the committer’s verified signature.
tiagolobocastro Tiago Castro
commit ac76a88edbc480ed34fb92536be3d04d989c1de6
2 changes: 1 addition & 1 deletion app/routes/_index/SignUp.tsx
Original file line number Diff line number Diff line change
@@ -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" />
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<img src="../../public/logo.svg" alt="logo Icon" className="w-full" />
<img src="../../public/logo.svg" alt="RicoShot" className="w-full" />

<LogginCard className="w-full rotate-2"></LogginCard>
<LogginCard className="w-full rotate-2" />
</form>
);
}