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

[SC-13] Make navbar and other buttons fully clickable #13

Merged
merged 3 commits into from
Feb 4, 2025

Conversation

thanhliemtu
Copy link
Collaborator

Updated some of the href routing in navbar.tsx.
The small toggle button in the charity signup page now works, added state for said button.
Home page now uses a darker background.

@@ -4,7 +4,7 @@ import { Button } from "@/components/ui/button";

export default function HomePage() {
return (
<div className="min-h-screen flex flex-col items-center justify-center bg-gray-100 p-4">
<div className="min-h-screen flex flex-col items-center justify-center bg-gray-700 p-4">
Copy link
Collaborator

Choose a reason for hiding this comment

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

Any reason for this change?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

The darker background colour reduces eyestrain I guess

Copy link
Collaborator

@VamsiGajjela VamsiGajjela left a comment

Choose a reason for hiding this comment

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

LGTM

@thanhliemtu thanhliemtu merged commit 18f5873 into main Feb 4, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants