Skip to content

Commit

Permalink
fix: profile completion
Browse files Browse the repository at this point in the history
  • Loading branch information
tamalCodes committed Dec 6, 2024
1 parent c33841e commit a333c6d
Show file tree
Hide file tree
Showing 13 changed files with 728 additions and 228 deletions.
93 changes: 16 additions & 77 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"@vercel/speed-insights": "^1.0.10",
"aos": "^2.3.4",
"axios": "^1.7.7",
"clsx": "^2.1.1",
"cypress": "^13.2.0",
"dayjs": "^1.11.10",
"dotenv": "^16.3.1",
Expand All @@ -66,7 +67,7 @@
"redux-persist": "^6.0.0",
"styled-components": "^6.1.8",
"swiper": "^10.3.0",
"swr": "^2.1.0",
"swr": "^2.2.5",
"url": "^0.11.0",
"vite-plugin-svgr": "^2.2.2",
"web-vitals": "^3.3.1",
Expand Down
2 changes: 1 addition & 1 deletion src/components/shared/navbar/Navbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
align-items: center;
justify-content: space-between;
position: sticky;
z-index: 9999;
z-index: 99;

@media screen and (max-width: 430px) {
padding: 0.8rem 1.5rem;
Expand Down
Loading

0 comments on commit a333c6d

Please sign in to comment.