Closed kohta9521 closed 5 months ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
blog-site-kohta | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | May 15, 2024 8:39am |
Recent updates to the project include enhancements to the ContactCard
component for smoother transitions and better navigation, adjustments to the ArticleList
component's blog IDs, and layout improvements in the ArticleLayout
template for better visual alignment and spacing. These changes collectively aim to improve user experience and interface consistency.
File Path | Change Summary |
---|---|
frontend/src/components/molecules/ContactCard.tsx |
Added Link import from 'next/link' for better navigation. |
frontend/src/components/molecules/styles/ContactCard.module.scss |
Added transition property to .icon and .name classes for smooth visual changes. |
frontend/src/components/organisms/ArticleList.tsx |
Updated blogIds array with new values. |
frontend/src/components/templates/styles/ArticleLayout.module.scss |
Adjusted .advertisementBox width to 50% and centered .rightBox with margin: 0 auto; . |
In code we trust, we weave and mend,
With links and styles, new paths we send.
Articles align, IDs refine,
Smooth transitions, all in line.
A rabbit's touch, a gentle nudge,
To make our project shine and bud.
✨🐇✨
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
New Features
Updates