Skip to content

🐛 [Bug report]: Fix invalid Tailwind gradient classes - bg-linear-to-* should be bg-gradient-to-* #185

@AKSHEXXXX

Description

@AKSHEXXXX

Contributor Guidelines

  • I have read the guidelines and discussion

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

  • I agree to follow this project's Code of Conduct

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions