Closed kohta9521 closed 4 months ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
blog-site-kohta | 🔄 Building (Inspect) | Visit Preview | 💬 Add feedback | Jul 9, 2024 5:00am |
[!WARNING]
Review failed
The pull request is closed.
The changes include updating the title in the Hero
component, fixing a typo in FooterMenuSub.tsx
, introducing a new FooterBox
component and its related styles and story file, and modifying the rendering logic in the Footer
component to include FooterMenuMain
and FooterMenuSub
.
File(s) | Summary |
---|---|
frontend/src/app/page.tsx |
Updated the title in the Hero component. |
frontend/src/components/atoms/FooterMenuSub.tsx |
Corrected a typo in the import statement for styles. |
frontend/src/components/molecules/FooterBox.tsx |
Added a new FooterBox component with specified children. |
frontend/src/components/molecules/stories/FooterBox.stories.tsx |
Introduced a story for the FooterBox component. |
frontend/src/components/molecules/styles/FooterBox.module.scss |
Introduced styling for the FooterBox component. |
frontend/src/components/organisms/Footer.tsx |
Adjusted the rendering logic to import and render FooterMenuMain and FooterMenuSub . |
In code we trust, enhancements we make, Titles updated, no more mistakes. A box for the footer, styled just right, Menus in order, a coder's delight. And as the lines compile and run, Our webpage shines, our job well done!
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
FooterBox
component, allowing for organized and styled footer sections.FooterBox
component to showcase various configurations.Bug Fixes
FooterMenuSub
component, ensuring proper style application.Updates
Hero
component to reflect the new blog name:kohta9521 テックブログ
andKOHTA9521 TECH BLOG
.Style
FooterBox
component, including responsive design elements.