Skip to content

Commit

Permalink
removing the mentorship button from the site header
Browse files Browse the repository at this point in the history
  • Loading branch information
Yashwanthreddy711 committed Oct 18, 2023
1 parent dfa4119 commit f77a72c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions components/layout/site-header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ type Props = {};

export default function SiteHeader({}: Props) {
return (
<header className="sticky top-0 z-40 w-full bg-background/95 backdrop-blur p-3">
<div className="container flex h-14 items-center md:gap-6 gap-9 md:px-8 px-0">
<header className="sticky top-0 z-40 w-full p-3 bg-background/95 backdrop-blur">
<div className="container flex items-center px-0 h-14 md:gap-6 gap-9 md:px-8">
<MainNav items={navConfig} />
<ModeToggle />
<a href="https://discord.com/invite/vee94km4Wh" target="_blank">
<Button className="hidden md:inline-block rounded-full">
{/* <Button className="hidden rounded-full md:inline-block">
Mentorship
</Button>
</Button> */}
</a>
</div>
</header>
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit f77a72c

Please sign in to comment.