-
Notifications
You must be signed in to change notification settings - Fork 12
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
Create a landing page #111
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
frontend/src/app/page.tsx
Outdated
<Link href={"/explore"}> | ||
<Button size="lg">Explore Bounties</Button> | ||
</Link> | ||
<Link style={{ textDecoration: "none", color: "white"}} href={"https://github.com/crypto-bug-hunters/bugless/blob/main/README.md"}> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I know GitHub redirects to the current repository URL, but it's good to have it point to the correct one right off the bat.
<Link style={{ textDecoration: "none", color: "white"}} href={"https://github.com/crypto-bug-hunters/bugless/blob/main/README.md"}> | |
<Link style={{ textDecoration: "none", color: "white"}} href={"https://github.com/crypto-bug-hunters/bug-buster/blob/main/README.md"}> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure thing! It was a copy and past from the old PR (before renaming). Good catch!!!
I simply loved!!! |
Closes #69