Skip to content

Commit

Permalink
Remove People Section (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
leetebbs authored Oct 6, 2024
1 parent 63e1a41 commit 570a005
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 193 deletions.
136 changes: 1 addition & 135 deletions package-lock.json

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

4 changes: 0 additions & 4 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import DevToolsSection from "../components/DevToolsSection";
import ProjectsSection from "../components/ProjectsSection";
import SubstackCustom from "../components/SubstackCustom";
import DSAToolSection from "@/components/DSASection";
import PeopleSection from "@/components/PeopleSection";
import LessonSection from "@/components/LessonSection";

export default function Home() {
Expand Down Expand Up @@ -57,9 +56,6 @@ export default function Home() {
<div id='lessons' className='min-h-dvh'>
<LessonSection />
</div>
<div id='people' className='min-h-dvh'>
<PeopleSection />
</div>
<div id='dsas' className='min-h-dvh'>
<DSAToolSection />
</div>
Expand Down
52 changes: 0 additions & 52 deletions src/components/PeopleSection.tsx

This file was deleted.

1 change: 0 additions & 1 deletion src/components/navbar/MobileNav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ export const menuItems: menuObject[] = [
{ items: 'Projects', link: '/#projects' },
{ items: 'Dev Tools', link: '/#dev_tools' },
{ items: 'Lesson', link: '/#lessons' },
{ items: 'People', link: '/#people' },
{ items: 'DSA', link: '/#dsas' }
];

Expand Down
1 change: 0 additions & 1 deletion src/components/navbar/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ const menuItems = [
{ items: "Lessons", link: "/#lessons" },
{ items: "Dev Tools", link: "/#dev_tools" },
{ items: "DSA Example", link: "/#dsas" },
{ items: "People", link: "/#people" },
];


Expand Down

0 comments on commit 570a005

Please sign in to comment.