Closed ankit01-oss closed 2 months ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
signoz-web | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Sep 16, 2024 3:08pm |
A new item has been added to the productDropdownItems
array in the TopNav.tsx
component. This item, named "Ingest Guard," includes several properties such as a unique key, a documentation URL, an icon path, a description, a name, and an order value. The order value is set to 7, determining its position in the dropdown menu.
File | Change Summary |
---|---|
components/TopNav/TopNav.tsx | Added a new item to productDropdownItems array with properties for "Ingest Guard." |
In the dropdown, new and bright,
"Ingest Guard" takes its flight.
With a key and a link to share,
Observability costs, we’ll beware!
A feature fresh, a joy to see,
Hopping forth for you and me! 🐇✨
components/TopNav/TopNav.tsx (1)
`81-88`: **LGTM!** The new item in the `productDropdownItems` array looks good: - It has all the necessary properties with appropriate values. - The `order` property is set correctly to position it as the last item. - It follows the same structure as other items, so it should integrate well.
Summary by CodeRabbit