From 43de598283f3e9cc9e41d29a1308fb1f16b4075c Mon Sep 17 00:00:00 2001 From: harshau007 Date: Sun, 18 Aug 2024 17:55:51 +0530 Subject: [PATCH] hid docs, blogs and donate & fixed joinus overflow issue --- app/JoinUs/[jobId]/jobContent.tsx | 2 +- app/Navbar.tsx | 16 ++++++++-------- app/components/Layout.js | 4 ++-- package-lock.json | 7 ++++--- package.json | 1 + 5 files changed, 16 insertions(+), 14 deletions(-) diff --git a/app/JoinUs/[jobId]/jobContent.tsx b/app/JoinUs/[jobId]/jobContent.tsx index 1c80f60..0a34c19 100644 --- a/app/JoinUs/[jobId]/jobContent.tsx +++ b/app/JoinUs/[jobId]/jobContent.tsx @@ -28,7 +28,7 @@ export default function JobContent({ jobId }) {
-

+

{job.title}

{job.location}

diff --git a/app/Navbar.tsx b/app/Navbar.tsx index 0ea4b23..9f4274c 100644 --- a/app/Navbar.tsx +++ b/app/Navbar.tsx @@ -16,16 +16,16 @@ export default function Navbar() { {navOpen && (
- + {/* Docs - - */} + {/* Blogs - + */} Tutorials @@ -88,16 +88,16 @@ export default function Navbar() { Nothing
- + {/* Docs - - */} + {/* Blogs - + */} Tutorials diff --git a/app/components/Layout.js b/app/components/Layout.js index 5de2ef1..4cb0f68 100644 --- a/app/components/Layout.js +++ b/app/components/Layout.js @@ -13,7 +13,7 @@ const Layout = ({ children }) => { return (
{children}
- {!isDonatePage && ( + {/* {!isDonatePage && ( { className="lg:w-6 lg:h-6" /> - )} + )} */}
); }; diff --git a/package-lock.json b/package-lock.json index 06b5552..31099dd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,6 +10,7 @@ "dependencies": { "@nextui-org/switch": "^2.0.28", "@radix-ui/react-slot": "^1.0.2", + "@radix-ui/react-tooltip": "^1.1.2", "@splidejs/react-splide": "^0.7.12", "class-variance-authority": "^0.7.0", "clsx": "^2.1.1", @@ -6372,9 +6373,9 @@ } }, "node_modules/@radix-ui/react-tooltip": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/@radix-ui/react-tooltip/-/react-tooltip-1.1.1.tgz", - "integrity": "sha512-LLE8nzNE4MzPMw3O2zlVlkLFid3y9hMUs7uCbSHyKSo+tCN4yMCf+ZCCcfrYgsOC0TiHBPQ1mtpJ2liY3ZT3SQ==", + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@radix-ui/react-tooltip/-/react-tooltip-1.1.2.tgz", + "integrity": "sha512-9XRsLwe6Yb9B/tlnYCPVUd/TFS4J7HuOZW345DCeC6vKIxQGMZdx21RK4VoZauPD5frgkXTYVS5y90L+3YBn4w==", "license": "MIT", "dependencies": { "@radix-ui/primitive": "1.1.0", diff --git a/package.json b/package.json index 40055ec..71dd2d8 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,7 @@ "dependencies": { "@nextui-org/switch": "^2.0.28", "@radix-ui/react-slot": "^1.0.2", + "@radix-ui/react-tooltip": "^1.1.2", "@splidejs/react-splide": "^0.7.12", "class-variance-authority": "^0.7.0", "clsx": "^2.1.1",