refactor: remove instagram from team members and update discord invit… - #30
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
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
instagramfield fromTeamMemberand 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.
| name: 'Madiha Khan', | ||
| role: 'Sponsorship Team', | ||
| image: '/logos/madiha.webp', | ||
| linkedin: 'linkedin.com/in/madiha-khan-907461360', |
| <a | ||
| href={member.linkedin} | ||
| target="_blank" | ||
| rel="noreferrer" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…e link