epicweb-dev / epicweb-dev/simon-epic-tips
Incorrect classname in tutorial text
- Dominant language
- TypeScript
- Stars
- 22
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Firstly, thanks for the excellent tutorial!
When working through the tutorial steps on epicweb.dev, I found an issue with the example code in the tutorial text at https://www.epicweb.dev/tutorials/fluid-hover-cards-with-tailwind-css/implementation/hide-and-reveal-text-on-hover:
```
Lorem ipsum dolor sit, amet consectetur adipisicing elit. Minima quia
ipsaeius.
```
This code does not actually work since the hover classname should actually be `group-hover:h-[100px]` as per the line below:
https://github.com/epicweb-dev/simon-epic-tips/blob/72690143d8fe5b361c956c36512f0b73663607ff/app/routes/tutorials%2B/fluid-hover-cards%2B/steps%2B/07.tsx#L26
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.