Closed alvyynm closed 2 weeks ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
syt-web-redesign | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Oct 29, 2024 1:47pm |
This fixes #230
Have you read the contributing guidelines ?
What is the purpose of your pull request?
Proposed changes
This PR fixes the following issues highlited in #230:
Shop Now
buttonWarning
Please read these points carefully and answer honestly with an
X
into all the boxes. Example : [X]Before submitting a pull request make sure you have:
How to Check and Fix Linting Issues
Run
npm run validate
. This command will run prettier and eslint checks to ensure linting guidelines are respected.If the command exits with code 0 (build is successful), there are no linting issues.
If the command exits with a code other than 0, scroll up the command output and look for identified linting issues. Fix them and revalidate to check if the issues have been resolved by re-running the command.