Skip to content

refactor: remove instagram from team members and update discord invit… - #30

Merged
BeeXD merged 1 commit into
mainfrom
feature/remove-instagram-update-discord-link
Jul 26, 2026
Merged

refactor: remove instagram from team members and update discord invit…#30
BeeXD merged 1 commit into
mainfrom
feature/remove-instagram-update-discord-link

Conversation

@BeeXD

@BeeXD BeeXD commented Jul 26, 2026

Copy link
Copy Markdown
Collaborator

…e link

Copilot AI review requested due to automatic review settings July 26, 2026 14:41
@vercel

vercel Bot commented Jul 26, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
dev3-0 Ready Ready Preview, Comment Jul 26, 2026 2:41pm

@BeeXD
BeeXD merged commit 3389410 into main Jul 26, 2026
3 checks passed

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR refactors the Team section data/UI to remove Instagram social links from team members and updates the Discord invite URL used in the staggered menu.

Changes:

  • Removed the instagram field from TeamMember and deleted Instagram URLs across team datasets.
  • Updated the Team card UI to only render LinkedIn social links (and removed the Instagram icon import/usage).
  • Updated the Discord invite link in StaggeredMenu (plus minor formatting cleanup).

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.

File Description
src/sections/teamData.ts Removes instagram from the TeamMember model and deletes Instagram entries from team data objects.
src/sections/Team.tsx Removes Instagram icon usage and simplifies social rendering to LinkedIn-only.
src/components/StaggeredMenu/StaggeredMenu.tsx Updates the Discord invite URL and applies small JSX formatting cleanup.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread src/sections/teamData.ts
name: 'Madiha Khan',
role: 'Sponsorship Team',
image: '/logos/madiha.webp',
linkedin: 'linkedin.com/in/madiha-khan-907461360',
Comment thread src/sections/Team.tsx
<a
href={member.linkedin}
target="_blank"
rel="noreferrer"
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.

2 participants