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
0.1.4
Buttons should behave like button and links should behave like links. There shouldn't be a link that looks like a button.
The Help and Back buttons are currently links that look like buttons. Fix this.
Create a ButtonLink, a button that reroutes to a new URL by wrapping it in withrouter.
withrouter
Also add cursor: pointer CSS to all buttons for visual affirmation of interactivity.
cursor: pointer
The text was updated successfully, but these errors were encountered:
nai888
No branches or pull requests
Langua Version
0.1.4
Expected Behavior
Buttons should behave like button and links should behave like links. There shouldn't be a link that looks like a button.
Actual Behavior
The Help and Back buttons are currently links that look like buttons. Fix this.
Steps to Solve
Create a ButtonLink, a button that reroutes to a new URL by wrapping it in
withrouter
.Also add
cursor: pointer
CSS to all buttons for visual affirmation of interactivity.The text was updated successfully, but these errors were encountered: