From 8efa54f09a39ea432da2a06bcb8a305fa58ecc36 Mon Sep 17 00:00:00 2001 From: Daniel Cuque <81493003+danielcuque@users.noreply.github.com> Date: Mon, 10 Jun 2024 16:02:08 -0600 Subject: [PATCH 1/2] Update navItems.ts --- src/utils/navItems.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/utils/navItems.ts b/src/utils/navItems.ts index d8857e0..6fe4150 100644 --- a/src/utils/navItems.ts +++ b/src/utils/navItems.ts @@ -12,10 +12,6 @@ export const navItems: NavItem[] = [ name: 'Projects', path: '#projects' }, - { - name: 'Contact', - path: '#contact' - }, { name: 'Contributions', path: '#contributions' @@ -23,5 +19,9 @@ export const navItems: NavItem[] = [ { name: 'Work Experience', path: '#work-experience' + }, + { + name: 'Contact', + path: '#contact' } -] \ No newline at end of file +] From b489af6dc120238a92f9ce687a882af5906c7e1b Mon Sep 17 00:00:00 2001 From: Daniel Cuque <81493003+danielcuque@users.noreply.github.com> Date: Mon, 10 Jun 2024 16:02:34 -0600 Subject: [PATCH 2/2] Update Projects.astro --- src/components/Projects.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Projects.astro b/src/components/Projects.astro index d53049d..915e229 100644 --- a/src/components/Projects.astro +++ b/src/components/Projects.astro @@ -7,7 +7,7 @@ import { projects } from '@/constants/projects';