Skip to content

Commit c374b5d

Browse files
committed
remove portfolio and tools links
1 parent 116372c commit c374b5d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/lib/components/navigation/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ import type { NavLink } from './types';
33
export const navLinks: NavLink[] = [
44
{ text: 'Home', link: 'home' },
55
{ text: 'About', link: 'about' },
6-
{ text: 'Portfolio', link: 'portfolio' },
7-
{ text: 'Tools', link: 'tools' },
6+
// { text: 'Portfolio', link: 'portfolio' },
7+
// { text: 'Tools', link: 'tools' },
88
{ text: 'Social', link: 'social' },
99
{ text: 'Contact', link: 'contact' }
1010
];

src/lib/components/sections/Hero.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@
4040

4141
<!-- Call to action buttons -->
4242
<div class="flex gap-3 sm:max-md:justify-center">
43-
<a href="#portfolio">
43+
<!-- <a href="#portfolio">
4444
<Button noDarkVariant={false}>See projects</Button>
45-
</a>
45+
</a> -->
4646
<a href="#contact">
4747
<Button variant={secondaryButton} noDarkVariant={false}>Contact me</Button>
4848
</a>

0 commit comments

Comments
 (0)