From f77a72c9a4ef3e4d81bf97c957a466132ae420a7 Mon Sep 17 00:00:00 2001 From: yashwanth Date: Wed, 18 Oct 2023 23:48:05 +0530 Subject: [PATCH] removing the mentorship button from the site header --- components/layout/site-header.tsx | 8 ++++---- package-lock.json | 6 +++--- package.json | 6 +++--- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/components/layout/site-header.tsx b/components/layout/site-header.tsx index 97ce226..1ebd86a 100644 --- a/components/layout/site-header.tsx +++ b/components/layout/site-header.tsx @@ -8,14 +8,14 @@ type Props = {}; export default function SiteHeader({}: Props) { return ( -
-
+
+
- + */}
diff --git a/package-lock.json b/package-lock.json index 9bb1186..6be4e01 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,12 +31,12 @@ "eslint": "8.43.0", "eslint-config-next": "13.4.7", "lucide-react": "^0.252.0", - "next": "13.4.7", + "next": "^13.4.7", "next-contentlayer": "^0.3.3", "next-themes": "^0.2.1", "postcss": "8.4.24", - "react": "18.2.0", - "react-dom": "18.2.0", + "react": "^18.2.0", + "react-dom": "^18.2.0", "react-player": "^2.12.0", "rehype-autolink-headings": "^6.1.1", "rehype-pretty-code": "^0.10.0", diff --git a/package.json b/package.json index b695965..c673ee6 100644 --- a/package.json +++ b/package.json @@ -32,12 +32,12 @@ "eslint": "8.43.0", "eslint-config-next": "13.4.7", "lucide-react": "^0.252.0", - "next": "13.4.7", + "next": "^13.4.7", "next-contentlayer": "^0.3.3", "next-themes": "^0.2.1", "postcss": "8.4.24", - "react": "18.2.0", - "react-dom": "18.2.0", + "react": "^18.2.0", + "react-dom": "^18.2.0", "react-player": "^2.12.0", "rehype-autolink-headings": "^6.1.1", "rehype-pretty-code": "^0.10.0",