Skip to content

fix(ui): correct invalid tailwind line-height class typo in features.tsx - #666

Open
sarthakkaushik927 wants to merge 1 commit into
containers:mainfrom
sarthakkaushik927:fix/tailwind-typo
Open

fix(ui): correct invalid tailwind line-height class typo in features.tsx#666
sarthakkaushik927 wants to merge 1 commit into
containers:mainfrom
sarthakkaushik927:fix/tailwind-typo

Conversation

@sarthakkaushik927

Copy link
Copy Markdown

Fixes #665

Corrects a typo in src/pages/features.tsx where the Tailwind line-height class was mistakenly written as leading-releaxed. It has been corrected to the valid leading-relaxed class to restore the proper styling.

@antedotee

antedotee commented Aug 12, 2026

Copy link
Copy Markdown
Contributor

Your DCO check is failing, you might look into it and fix it:

git rebase HEAD~1 --signoff
git push --force-with-lease origin fix/tailwind-typo

It is also failing in the other PR, maybe you can have a look at it too.

Signed-off-by: sarthakkaushik927 <sarthakkaushik927@gmail.com>
@sarthakkaushik927

Copy link
Copy Markdown
Author

Thank you for pointing that out! I'm still getting used to the DCO process.

I have just amended all the commits with the --signoff flag and force-pushed the updates to all of my open PRs. The DCO checks should be passing now! Let me know if there's anything else I need to address.

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.

fix(ui): correct invalid tailwind line-height class typo in features.tsx

2 participants