-
Notifications
You must be signed in to change notification settings - Fork 447
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
fix: learn more broken link #1389
fix: learn more broken link #1389
Conversation
e3c98a8
to
958c475
Compare
Hey @LuizAsFight |
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.
hi @Spiral-Memory thanks for your contribution, let's change it, can you just remove the link as it's not sending to anywhere useful for learning about the connection?
just remove the "Learn More" link and we're good
thanks !
958c475
to
4e89665
Compare
4e89665
to
15aa4d3
Compare
Hey @LuizAsFight , Sorry, I misunderstood the requirement earlier. I have made the changes accordingly and removed the "learn more" text. Please re-review this PR. Thanks. |
thanks for the contribution @Spiral-Memory |
This PR fixes the issue of the "Learn More" link being shown while a connection request is being made. The problem of being unable to click "Learn More" properly was due to the overlapping of elements in the "Learn More" div and the button below it, to address it, i have removed -10px of margin. I have also added the homepage URL as an external link in "Learn More."
Kindly review the PR.
Attachments:
After suggested changes:
closes #1387