Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions src/database/sponsors/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -477,9 +477,10 @@ const sponsors: Sponsor[] = [
},
{
name: "Swarnendu Bhandari",
image: "https://media.licdn.com/dms/image/v2/D5603AQExzsjM2S4ojA/profile-displayphoto-shrink_400_400/profile-displayphoto-shrink_400_400/0/1724809628013?e=1753920000&v=beta&t=PRD0i8nyd-EVblyVMHkJWJrCrLxcmsB5bJWsPOa46x8",
image: "https://media.licdn.com/dms/image/v2/D5603AQExzsjM2S4ojA/profile-displayphoto-shrink_800_800/profile-displayphoto-shrink_800_800/0/1724809628060?e=1762387200&v=beta&t=Q96VKNyWLZHrS65vuF3QtDEAXaZDFL4AmArlYMoRngM",
description: "Student at IIT Kharagpur",
github: "https://github.com/Swarnendu0123",
github: "https://github.com/swrno",
twitter: "https://x.com/Swarnendu___",
linkedin: "https://www.linkedin.com/in/swarnendu-bhandari/",
isWeSponsor: true,
},
Expand Down Expand Up @@ -510,7 +511,7 @@ const sponsors: Sponsor[] = [
},
{
name: "Dinesh Talwadker",
image: "https://media.licdn.com/dms/image/v2/D4D35AQEPaJ17Vq2zMw/profile-framedphoto-shrink_200_200/B4DZgO2PCnHAAc-/0/1752595755484?e=1753635600&v=beta&t=ltSZKvnsXqQavgb4LISSOevZSIU3uhEi--Nx_FtTSQU",
image: "https://media.licdn.com/dms/image/v2/D4D35AQEPaJ17Vq2zMw/profile-framedphoto-shrink_400_400/B4DZgO2PCnHAAg-/0/1752595755516?e=1760011200&v=beta&t=kpZQ9KX3shXtE3RKyYCaz1Q4GioffR1nE5nbDxQ16R0",
description: "Co-Founder at Sanity Esports",
github: "https://github.com/dinxsh",
linkedin: "https://www.linkedin.com/in/dineshtalwadker/",
Expand Down
4 changes: 2 additions & 2 deletions src/pages/community/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ const contributionSections: ContributionSection[] = [
'Share resources, tutorials, and best practices to help others grow.'
],
links: [
{ text: 'Discord', url: 'https://discord.com/invite/w2V2aH6U' },
{ text: 'Discord', url: "https://discord.gg/b6ffxhXRNH" },
{ text: 'Whatsapp', url: 'https://chat.whatsapp.com/Izl2yfbFlmY8CExjnIpNkX?mode=ems_copy_t' }
],
color: '#10b981'
Expand All @@ -95,7 +95,7 @@ const contributionSections: ContributionSection[] = [
'Browse a list of beginner-friendly tasks and guides to help select your first area of involvement.'
],
links: [
{ text: 'Discord', url: 'https://discord.com/invite/w2V2aH6U' },
{ text: 'Discord', url: 'https://discord.gg/b6ffxhXRNH' },
{ text: 'Whatsapp', url: 'https://chat.whatsapp.com/Izl2yfbFlmY8CExjnIpNkX?mode=ems_copy_t' },
{ text: 'GitHub', url: 'https://github.com/recodehive' }
],
Expand Down
Loading