Skip to content

Commit

Permalink
ayo
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharsinghbisht committed Jan 5, 2025
1 parent 108d01a commit dc5d3d0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions public/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,19 @@
},
{
"id": 18,
"name": "Stavya",
"position": "Hacker",
"username": "stapat",
"ascii_art": " ___ _____ _ ___ _ _____ \n / __|_ _/_\\ | _ \\/_\\_ _|\n \\__ \\ | |/ _ \\| _/ _ \\| | \n |___/ |_/_/ \\_\\_|/_/ \\_\\_| ",
"website": "https://tusharr.xyz/",
"instagram": "https://www.instagram.com/stapuutt1245",
"linkedin": "https://www.linkedin.com/in/stavya1245",
"github": "https://github.com/stapat1245>",
"discord": "https://discord.com/users/742340361892003860",
"about": "First year EP student\nprogrammer\ni joke\nforensics is lub"
},
{
"id": 19,
"name": "Tushar",
"position": "Hacker",
"username": "benzo",
Expand Down
2 changes: 1 addition & 1 deletion src/app/components/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const Navbar = () => {
<li
onClick={() => setCurrTab("/team", 2)}
className={
tabs.length != 0 && (tabs[tabs.length - 1].id == 2 || (tabs[tabs.length - 1].id <= 19 && tabs[tabs.length - 1].id>= 7))
tabs.length != 0 && (tabs[tabs.length - 1].id == 2 || (tabs[tabs.length - 1].id <= 20 && tabs[tabs.length - 1].id>= 7))
? styles.navItemActive
: styles.navItem
}
Expand Down

0 comments on commit dc5d3d0

Please sign in to comment.