-
-
Notifications
You must be signed in to change notification settings - Fork 101
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: redirection Link fix #467
Conversation
✅ Deploy Preview for peaceful-ramanujan-288045 ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site configuration. |
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.
@TenzDelek, i noticed were the link is been referenced is not a button but a text, which can easily be missed. since the text is a link, then i believed it should be underlined. wyt @ashmit-coder?
agree on that, currently, the underline is kept on hover. should I go on with the changes to add a underline? |
I dont think so @AceTheCreator , the underline seems to not go well with the design of the card, hence I dont think we should add it. The hover effect looks better and the text points towards it being a link. |
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.
LGTM!
Please link the text to the YouTube playlist https://youtube.com/playlist?list=PLbi1gRlP7pijItMBmw9SeeyWxuEa3jLR2&si=MNNU0r-aCmuWFPLI |
done |
Hmm... I actually missed that it was a link. Why not make it a button if adding an underline is gonna mess with the UI. wyt @Mayaleeeee? |
Thanks for the ping @AceTheCreator Could you please provide a screenshot of where I can find the issue on the website? @TenzDelek |
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.
The text (that direct users to the YouTube recording) should be in a different colour (a bright colour because of the overlay background) and underlined.
cc @TenzDelek @AceTheCreator @ashmit-coder
I think we can also use a button —since the online conference is different from the in-person ones.
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.
The text (that direct users to the YouTube recording) should be in a different colour (a bright colour because of the overlay background) and underlined.
cc @TenzDelek @AceTheCreator @ashmit-coder
I think we can also use a button —since the online conference is different from the in-person ones.
have underlined the link as maya suggested. imo only underlining the text would be best. as it is an external link a button doesn't sound right . @Mayaleeeee cc @AceTheCreator @ashmit-coder |
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.
LGTM!
any changes are still needed here or are we ready to merge 🤔 |
@TenzDelek can you update this branch, so we can merge this PR? |
done cc @AceTheCreator |
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.
LGTM!
/rtm |
Description
fixed the youtube redirection link
Related issue(s)
Fixes #466