Open ShyneADL opened 4 weeks ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
rustcrab | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Oct 17, 2024 11:02pm |
The pull request introduces several modifications to the Footer
component located in src/components/Footer.tsx
. Key changes include formatting adjustments, updates to social media links, and enhancements to the JSX structure for improved readability. Specific updates involve the addition of semicolons in variable declarations and import statements, reformatting of link components, and the replacement of certain icons and URLs for LinkedIn and YouTube.
File | Change Summary |
---|---|
src/components/Footer.tsx | - Added semicolons to import statement and variable declarations. - Reformatted Twitter link for readability. - Updated LinkedIn link and icon from YouTube to LinkedIn. - Updated YouTube link and icon from Discord to YouTube. - Unchanged links for Instagram and Threads. - Reformatted overall JSX structure for consistency and readability. - Adjusted closing tags for alignment. |
Footer
component to use a dynamic mapping of social media links, which is directly related to the changes made in the main PR regarding the Footer
component's links and structure.Footer
component by replacing <a>
tags with <Link>
components, aligning closely with the changes in the main PR that involve link formatting and structure in the Footer
.🐇 In the footer where links reside,
New paths to follow, side by side.
With icons bright and URLs clear,
A hop of joy, we hold so dear!
Formatting neat, a sight to see,
Come join the fun, just you and me! 🌟
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?
I removed the discord link, didn't add any new dependency.
Fixes # 177
Type of change
Merely removed the discord link and formatted the footer code by using Prettier for better readability.
Test Required (No)
Checklist:
Summary by CodeRabbit
New Features
Bug Fixes
Style