From c8c9aa49954cf58a11bdd7a66143d1a2ea04f784 Mon Sep 17 00:00:00 2001 From: Ayo Date: Mon, 25 Sep 2023 10:00:57 +0200 Subject: [PATCH] refactor: delete unused nav link --- src/pages/index.astro | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index 2814d5e..4c319e0 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -28,11 +28,6 @@ const links: Link[] = [ url: "https://ayco.io/gh/", icon: "github", }, - // { - // url: "https://codepen.io/ayoayco-the-styleful", - // icon: "codepen", - // text: "pens" - // }, { url: "https://www.npmjs.com/~aayco", icon: "npm",