Skip to content
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: underlined text in homepage cards #400

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

kgowru
Copy link

@kgowru kgowru commented Feb 5, 2025

@kgowru kgowru requested a review from a team as a code owner February 5, 2025 22:38
Copy link

github-actions bot commented Feb 5, 2025

@fern-support fern-support enabled auto-merge (squash) February 6, 2025 22:33
Copy link

github-actions bot commented Feb 6, 2025

@@ -32,6 +32,7 @@ export const LandingPageCard = ({ href, title, imgSrc, description }) => (
href={href}
target="_self"
className="flex h-full flex-col justify-between"
style={{ textDecoration: 'none' }}
Copy link
Collaborator

Choose a reason for hiding this comment

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

nit: instead of using inline style we can use tailwind class no-underline, it will also remove text underline

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.

3 participants