We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I think your app is beautiful and you should be so proud! Here are some extremely minor suggestions.
Could be more a touch more responsive.
Some of your buttons are a bit iffy/take ages to work. I think its cos you have links inside buttons like this.
<Button className="w-full p-16 bg-white border-4 border-solid border-primaryBlue rounded-full"> <Link href="/upload" className="text-primaryBlue text-4xl"> Sell </Link> </Button>
If you put the buttons inside links this should fix this issue. ie
<Link href="/search" > <Button> Buy </Button> </Link>
Your logo doesn't redirect to home, it currently redirects to the page that you are on.
Maybe change
<Link href="#">
to
<Link href="/">
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I think your app is beautiful and you should be so proud! Here are some extremely minor suggestions.
Could be more a touch more responsive.
Some of your buttons are a bit iffy/take ages to work. I think its cos you have links inside buttons like this.
If you put the buttons inside links this should fix this issue. ie
Your logo doesn't redirect to home, it currently redirects to the page that you are on.
Maybe change
to
The text was updated successfully, but these errors were encountered: