Contributor Guidelines
Describe the bug?
I noticed some gradient backgrounds aren't working because the class names are wrong. The code uses bg-linear-to-r, bg-linear-to-t, and bg-linear-to-b but Tailwind's classes are actually bg-gradient-to-r, bg-gradient-to-t, and bg-gradient-to-b.
Where it's happening:
- Hero section (3 places)
- Event cards (2 places)
- Champion card button
- Coming soon card
Just need to replace bg-linear-to- with bg-gradient-to- in these files and the gradients should work properly.
Desktop or Mobile (Please provide your system information)
OS : macos
Browser: Arc
Screenshot / ScreenShare
No response
Code of Conduct
Contributor Guidelines
Describe the bug?
I noticed some gradient backgrounds aren't working because the class names are wrong. The code uses
bg-linear-to-r,bg-linear-to-t, andbg-linear-to-bbut Tailwind's classes are actuallybg-gradient-to-r,bg-gradient-to-t, andbg-gradient-to-b.Where it's happening:
Just need to replace
bg-linear-to-withbg-gradient-to-in these files and the gradients should work properly.Desktop or Mobile (Please provide your system information)
OS : macos
Browser: Arc
Screenshot / ScreenShare
No response
Code of Conduct