-
-
Notifications
You must be signed in to change notification settings - Fork 206
Description
Describe the bug.
Problem
While browsing the codebase, I noticed a typo in the Tailwind CSS class
inside the following file:
./components/PastEditionCards/index.tsx
The class transiti is used instead of transition, which results in
missing or inconsistent animations.
Because of this typo and some inconsistency across components, the
Past Edition cards do not have the same smooth transition behavior as
similar card components on other pages.
Expected Behavior
- All components using transitions should animate smoothly.
- Similar card components across different pages should follow a
consistent transition behavior. - Tailwind transition utilities should be applied correctly.
Screenshots
How to Reproduce
-
Navigate to the page where Past Edition cards are rendered.
-
Interact with a Past Edition card (hover or focus) and observe the
transition behavior. -
Compare the animation with similar card components on other pages
(which have smooth transitions). -
Inspect
./components/PastEditionCards/index.tsx. -
Observe the Tailwind CSS class typo:
transitiinstead oftransition, which prevents the transition
utility from being applied.
🖥️ Device Information [optional]
- Operating System (OS): Windows 11
- Browser: Google Chrome
👀 Have you checked for similar open issues?
- I checked and didn't find similar issue
🏢 Have you read the Contributing Guidelines?
- I have read the Contributing Guidelines
Are you willing to work on this issue ?
Yes I am willing to submit a PR!