Closed ManyRios closed 5 months ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
bitcoinpokertour | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Jun 22, 2024 0:51am |
The recent updates enhance the layout.tsx
by wrapping the Image
component with a Link
component for better navigation, leverage the moment-timezone
library in Countdown.tsx
for accurate time calculations across different timezones, and add the moment-timezone
dependency in package.json
.
Files | Change Summary |
---|---|
package.json |
Added moment-timezone dependency. |
.../app/layout.tsx |
Wrapped the Image component with a Link component. |
.../components/ui/Countdown.tsx |
Updated countdown functionality to use moment-timezone for accurate time calculations across timezones. Added necessary imports and adjusted state and computation logic. |
In the code's quiet realms, a change we see, A
Link
was wrapped, an image set free. With moments ticking in timezone's glee, Our countdown now spans the world and sea. Dependencies grow, yet fear not, decree— For smoother times await, from A to Z. 🌍⏳
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?
@bitcoinbrisbane
Adding feature click in the logo in any page to redirect to home page... fixing countdown
Summary by CodeRabbit
moment-timezone
library.