-
Notifications
You must be signed in to change notification settings - Fork 29
adds link on each row to github page and remove entire row clickable feature #1959
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
base: dev
Are you sure you want to change the base?
adds link on each row to github page and remove entire row clickable feature #1959
Conversation
src/Pages/Projects/Projects.js
Outdated
| <a | ||
| href={link} | ||
| target="_blank" | ||
| rel="noopener noreferrer" | ||
| style={{ textDecoration: 'underline' }} | ||
| > {link} | ||
| </a> |
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.
how does this look in the mobile ui of the website? should we do an icon instead?
https://developer.chrome.com/docs/devtools/device-mode#viewport
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.
| <br /> | ||
| <br /> | ||
| <a | ||
| href={link} | ||
| target="_blank" | ||
| rel="noopener noreferrer" | ||
| className={'underline'} |
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.
instead of br wanna try pt-4 in the classname
https://tailwindcss.com/docs/padding#adding-padding-to-one-side
i approve either way


resolves #1955