Skip to content

Commit

Permalink
Merge pull request #170 from moinulmoin/dev
Browse files Browse the repository at this point in the history
Navbar rework
  • Loading branch information
moinulmoin authored Jan 7, 2024
2 parents 0705f90 + 0143a58 commit a1fee06
Show file tree
Hide file tree
Showing 20 changed files with 814 additions and 988 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chadnext",
"version": "1.5.0",
"version": "1.6.0",
"private": true,
"scripts": {
"dev": "prisma generate && next dev",
Expand All @@ -9,7 +9,7 @@
"start": "next start",
"lint": "next lint --dir src",
"format": "prettier --write 'src/**/*.{ts,tsx,js,jsx,css,json}'",
"postinstall": "lefthook install"
"preinstall": "lefthook install"
},
"dependencies": {
"@ducanh2912/next-pwa": "^10.0.0",
Expand Down
Loading

1 comment on commit a1fee06

@vercel
Copy link

@vercel vercel bot commented on a1fee06 Jan 7, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.