File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 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\n programmer\n i joke\n forensics is lub"
133+ },
134+ {
135+ "id" : 19 ,
123136 "name" : " Tushar" ,
124137 "position" : " Hacker" ,
125138 "username" : " benzo" ,
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments