Skip to content

feat: add personal website link to team profile#18

Open
theshantanujoshi wants to merge 1 commit into
gobitsnbytes:mainfrom
theshantanujoshi:add-personal-website
Open

feat: add personal website link to team profile#18
theshantanujoshi wants to merge 1 commit into
gobitsnbytes:mainfrom
theshantanujoshi:add-personal-website

Conversation

@theshantanujoshi

@theshantanujoshi theshantanujoshi commented Jun 9, 2026

Copy link
Copy Markdown

Description

This PR adds the personal website link to the Operations track profile.

Changes Made

  • components/team-case-study.tsx: Updated the Volunteer interface to include an optional website property and modified the VolunteerCard component to render a Globe icon next to the LinkedIn icon when the website property is provided.
  • app/about/page.tsx: Added the website URL (https://theshantanujoshi.github.io) to my entry (Shantanu Joshi) under the Operations track.

Visual Changes

The Operations track section on the About page will now feature a clickable globe icon alongside the existing LinkedIn icon for contributors who have provided their website link.

Summary by CodeRabbit

  • New Features
    • Volunteer profiles now display website links with dedicated website icons, allowing users to visit volunteer websites directly alongside social media links
    • Improved spacing and visual organization of social media icons on volunteer cards for a better user experience

@vercel

vercel Bot commented Jun 9, 2026

Copy link
Copy Markdown

Someone is attempting to deploy a commit to the bitsnbytes' projects Team on Vercel.

A member of the Team first needs to authorize it.

@coderabbitai

coderabbitai Bot commented Jun 9, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: b363ae5e-1b31-4ed5-8c29-04dd7a8a977f

📥 Commits

Reviewing files that changed from the base of the PR and between 04572b9 and 3703a37.

⛔ Files ignored due to path filters (1)
  • package-lock.json is excluded by !**/package-lock.json
📒 Files selected for processing (2)
  • app/about/page.tsx
  • components/team-case-study.tsx

📝 Walkthrough

Walkthrough

This pull request adds website link support to volunteer profiles. The Volunteer interface gains an optional website field, the VolunteerCard component conditionally renders website links alongside LinkedIn links with proper spacing, and the Shantanu Joshi volunteer entry is populated with a website URL.

Changes

Volunteer Website Links

Layer / File(s) Summary
Volunteer website field and card rendering
components/team-case-study.tsx, app/about/page.tsx
The Volunteer interface adds an optional website?: string field. VolunteerCard adds spacing (gap-1.5) to its social links container and conditionally renders a website link with the Globe icon when volunteer.website is provided. The Shantanu Joshi volunteer entry is updated with a website URL.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~4 minutes

Poem

🐰 A rabbit hops through profiles with glee,
Adding websites for all to see,
Globe icons now shine so bright,
Volunteer links, a perfect sight! ✨

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely summarizes the main change: adding a personal website link feature to team profiles.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant