From b57fa70ac13990ba17ecd6ccc7968c7cef36964a Mon Sep 17 00:00:00 2001 From: Arthur DANJOU Date: Fri, 2 Feb 2024 18:50:30 +0100 Subject: [PATCH] Remove articles from the mobile nav bar --- types.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/types.ts b/types.ts index e19baaa..ae35082 100644 --- a/types.ts +++ b/types.ts @@ -126,11 +126,11 @@ export const navs = [ to: '/about', icon: 'i-ph-person-arms-spread-bold', }, - { + /* { label: 'Articles', to: '/writing', icon: 'i-ph-pencil-bold', - }, + }, */ { label: 'Projects', to: '/work',