Closed NeffCodes closed 1 month ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
foodie | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Oct 13, 2024 9:07pm |
Name | Link |
---|---|
Latest commit | 32e2268d01932b6c25577a30e8aba745fb433dd8 |
Latest deploy log | https://app.netlify.com/sites/mayank-foodie/deploys/670c3659044cae0008feb770 |
Deploy Preview | https://deploy-preview-4--mayank-foodie.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
This PR adds a new component called Section. This component allows developers to easily set a section on pages so that they are all aligned. This ensures a more consistent layout for users when viewing the page. It also includes a
customStyles
parameter to allow developers to add additional styling they may want for each section.This PR also reorganizes a couple of the touched components into separate directories. This follows the "bulletproof" react organization of files to improve developer production and consistency.