Skip to content

Conversation

@codebyemily
Copy link

@codebyemily codebyemily commented Dec 15, 2025

resolves #1955

Github Page

Comment on lines 208 to 214
<a
href={link}
target="_blank"
rel="noopener noreferrer"
style={{ textDecoration: 'underline' }}
> {link}
</a>
Copy link
Collaborator

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

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image

It looks similar to desktop, so I believe it looks fine. But, I can shorten the link to say "Github" or use an icon instead if needed.

@codebyemily
Copy link
Author

image

Shortened Link in mobile view

Comment on lines +206 to +212
<br />
<br />
<a
href={link}
target="_blank"
rel="noopener noreferrer"
className={'underline'}
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[placeholder] project page

2 participants