Skip to content

Commit

Permalink
Updated: Team Data
Browse files Browse the repository at this point in the history
  • Loading branch information
debojitsaha committed Nov 18, 2023
1 parent 3eec944 commit 14ac248
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ node_modules
dist
dist-ssr
*.local
build

# Editor directories and files
.vscode/*
Expand Down
10 changes: 5 additions & 5 deletions src/constants/teamData.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,11 @@ export const teamData = [
title: "LinkedIn",
icon: "https://img.icons8.com/color/32/linkedin.png",
},
{
url: "https://twitter.com/03Chaberia",
title: "Twitter",
icon: "https://img.icons8.com/nolan/32/twitterx.png",
},
],
},
{
Expand All @@ -116,11 +121,6 @@ export const teamData = [
title: "LinkedIn",
icon: "https://img.icons8.com/color/32/linkedin.png",
},
{
url: "https://twitter.com/03Chaberia",
title: "Twitter",
icon: "https://img.icons8.com/nolan/32/twitterx.png",
},
],
},
{
Expand Down

0 comments on commit 14ac248

Please sign in to comment.