Closed kohta9521 closed 6 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 6:26am |
This update enriches the About
page by introducing new atomic components like SubMainText
, SubPageSecTitle
, and SubPageTitle
, each with distinct styling and functionality. The adjustments in content structure and layout refinement aim to enhance user engagement and visual appeal.
File Path | Change Summary |
---|---|
.../about/page.tsx |
Added new components and updated content structure within the About component |
.../components/atoms/{SubMainText, SubPageSecTitle, SubPageTitle}.tsx |
Introduced new atomic components with specific functionalities and styling |
.../components/atoms/styles/{SubMainText, SubPageSecTitle, SubPageTitle}.module.scss |
Added styling for the new atomic components |
.../components/molecules/{AdBox, TableOfContents}.tsx |
Updated functionality of AdBox component; Added TableOfContents component |
.../components/molecules/styles/{AdBox, TableOfContents}.module.scss |
Updated styling properties for AdBox and introduced styles for TableOfContents |
.../templates/{ArticleLayout}.tsx |
Removed RecommendArticle component import and related JSX code; Adjusted layout properties |
.../templates/styles/ArticleLayout.module.scss |
Modified styling properties for .leftBox class |
.../hooks/useTableOfContents.ts |
Added a custom hook useTableOfContents for generating a table of contents dynamically |
🐇✨ A little rabbit hopped through the code,
Sprinkling magic in its abode.
With a twitch of its nose, quite spry,
New components appeared, oh my!
Now the page shines bright,
Thanks to the rabbit's light.
🌟📄
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
Style Updates