-
Notifications
You must be signed in to change notification settings - Fork 67
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
💄 Make access easier to the companies' link #23
base: main
Are you sure you want to change the base?
Conversation
- Move the Jobs column left next to the Name column - Convert companies' name from plain text to hyperlink
@SiaExplains Just for remind. |
Anybody there! |
src/app/page.tsx
Outdated
@@ -106,6 +106,7 @@ export default function Home() { | |||
<table> | |||
<tbody> | |||
<tr> | |||
<th>Jobs</th> |
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.
What if we change this Jobs
heading? Since this app is not referring jobs and only it is showing companies that offered job offer to abroad employees, maybe we can remove this heading or rename it somethings more relevant. What do you think?
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.
Indeed, I think it's sort of redundant (not relevant).
So, I will send another tiny PR.
Thanks so much @ykh , Approved + one small suggestion. |
- Move LinkedIn icon next to company name. - Make whole space of Name cell clickable (easier to click on the link).
Just for keep the previous user-experience I didn't remove the LinkedIn icon. |
Changes preview: