Skip to content

Commit

Permalink
fix(Header): Navbar links not working
Browse files Browse the repository at this point in the history
  • Loading branch information
MFarabi619 committed Jun 20, 2024
1 parent f220d9b commit ceca5e3
Show file tree
Hide file tree
Showing 8 changed files with 3,465 additions and 141 deletions.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,18 @@
"serve-storybook": "run-s storybook:*",
"test-storybook:ci": "start-server-and-test serve-storybook http://127.0.0.1:6006 test-storybook",
"build-storybook": "storybook build",
"chromatic": "pnpm dlx chromatic --project-token=chpt_cb1db8d410f7fbd",
"chromatic": "pnpm dlx chromatic",
"prepare": "husky"
},
"dependencies": {
"@commitlint/types": "^19.0.3",
"@hookform/resolvers": "^3.4.2",
"@sanity/image-url": "^1.0.2",
"@sanity/react-loader": "^1.10.2",
"clsx": "^2.1.1",
"framer-motion": "^11.1.7",
"next": "^14.2.3",
"next-sanity": "^9.3.10",
"react": "~18.2.0",
"react-countup": "^6.5.3",
"react-dom": "~18.2.0",
Expand Down
Loading

0 comments on commit ceca5e3

Please sign in to comment.