File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ import type { NavLink } from './types';
33export 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] ;
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments