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: Correct misspelled variable in Tailwind config for AnimatedShinyText component (#362) #365

Merged
merged 1 commit into from
Nov 13, 2024

Conversation

notREKASH
Copy link
Contributor

This PR resolves issue #362, where the custom animation for the AnimatedShinyText component was not working due to a misspelled variable in the tailwind.config.js file in documentation.

Changes:

  • Renamed the CSS variable --shimmer-width to --shiny-width in the tailwind.config.js to match the variable used in the AnimatedShinyText component.

Testing:

  • Verified that the animation now works as expected after updating the variable.
  • Ensured that the manual installation guide reflects the correct configuration.

Fixes #362

Copy link

vercel bot commented Oct 9, 2024

@notREKASH is attempting to deploy a commit to the product-studio Team on Vercel.

A member of the Team first needs to authorize it.

Copy link
Collaborator

@itsarghyadas itsarghyadas left a comment

Choose a reason for hiding this comment

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

LGTM ✅

@itsarghyadas itsarghyadas merged commit eb5d84f into magicuidesign:main Nov 13, 2024
3 of 4 checks passed
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.

[bug]: /docs/components/animated-shiny-text
2 participants