Skip to content

Commit dc5d3d0

Browse files
ayo
1 parent 108d01a commit dc5d3d0

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

public/data.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,19 @@
120120
},
121121
{
122122
"id": 18,
123+
"name": "Stavya",
124+
"position": "Hacker",
125+
"username": "stapat",
126+
"ascii_art": " ___ _____ _ ___ _ _____ \n / __|_ _/_\\ | _ \\/_\\_ _|\n \\__ \\ | |/ _ \\| _/ _ \\| | \n |___/ |_/_/ \\_\\_|/_/ \\_\\_| ",
127+
"website": "https://tusharr.xyz/",
128+
"instagram": "https://www.instagram.com/stapuutt1245",
129+
"linkedin": "https://www.linkedin.com/in/stavya1245",
130+
"github": "https://github.com/stapat1245>",
131+
"discord": "https://discord.com/users/742340361892003860",
132+
"about": "First year EP student\nprogrammer\ni joke\nforensics is lub"
133+
},
134+
{
135+
"id": 19,
123136
"name": "Tushar",
124137
"position": "Hacker",
125138
"username": "benzo",

src/app/components/Navbar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ const Navbar = () => {
5959
<li
6060
onClick={() => setCurrTab("/team", 2)}
6161
className={
62-
tabs.length != 0 && (tabs[tabs.length - 1].id == 2 || (tabs[tabs.length - 1].id <= 19 && tabs[tabs.length - 1].id>= 7))
62+
tabs.length != 0 && (tabs[tabs.length - 1].id == 2 || (tabs[tabs.length - 1].id <= 20 && tabs[tabs.length - 1].id>= 7))
6363
? styles.navItemActive
6464
: styles.navItem
6565
}

0 commit comments

Comments
 (0)