Closed shravan20 closed 7 months ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
fosstrak-india | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Apr 6, 2024 6:54pm |
The update introduces a new component, EventDetail
, showcasing the "Modern Web Summit" event with event specifics, overview, speakers, highlights, and schedule. The MapPreview
component displays a map using react-leaflet
centered on India with custom markers. New custom navigation components enhance user experience.
File Path | Change Summary |
---|---|
src/App.js |
Added import for EventDetail component. |
src/components/pages/EventDetail.jsx |
New component for event details of "Modern Web Summit". |
src/components/atoms/MapPreview.jsx |
Introduces map display using react-leaflet . |
src/components/atoms/CustomisedNavbar.jsx ,src/components/atoms/Navbar.jsx |
Added custom navigation components. |
public/index.html |
Updated favicon link in HTML head section. |
🐰✨
In a codebase, not so wide,
A new component takes the stride.
Though not yet in the app's embrace,
It waits with info, charm, and grace.
For the summit, it holds the key,
A modern web festivity! 🎉
🐰✨
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Summary by CodeRabbit
EventDetail
component for showcasing event details.CustomisedNavbar
with various links for easy navigation.MapPreview
component displaying a map using thereact-leaflet
library.