Skip to content

Commit

Permalink
chore: added full mobile menu
Browse files Browse the repository at this point in the history
  • Loading branch information
KrustyC committed Jun 26, 2024
1 parent 3d87e75 commit e657590
Show file tree
Hide file tree
Showing 9 changed files with 491 additions and 92 deletions.
198 changes: 198 additions & 0 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"@apollo/experimental-nextjs-app-support": "^0.11.2",
"@contentful/rich-text-plain-text-renderer": "^16.2.1",
"@contentful/rich-text-react-renderer": "^15.22.1",
"@headlessui/react": "^2.1.1",
"@next/third-parties": "^14.2.4",
"@prisma/client": "^5.16.0",
"@uidotdev/usehooks": "^2.4.1",
Expand Down
2 changes: 1 addition & 1 deletion src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import Script from "next/script";
import { Organization, WithContext } from "schema-dts";

import { Footer } from "@/components/Footer";
import { Navbar } from "@/components/Navbar";
import { Navbar } from "@/components/Navbar/Navbar";
import { PreviewBadge } from "@/components/PreviewBadge";
import { bodoni, manrope } from "@/utils/fonts";

Expand Down
91 changes: 0 additions & 91 deletions src/components/Navbar.tsx

This file was deleted.

Loading

0 comments on commit e657590

Please sign in to comment.