From 634cdeeb18aa61dd08d1d8932c46377f20fb2db6 Mon Sep 17 00:00:00 2001 From: Ayo Date: Fri, 20 Oct 2023 15:34:14 +0200 Subject: [PATCH] content: separate link to stuff, show cozy --- src/constants/stuff.ts | 18 +++++++++--------- src/pages/showcase.astro | 5 +++++ 2 files changed, 14 insertions(+), 9 deletions(-) diff --git a/src/constants/stuff.ts b/src/constants/stuff.ts index b12c519..a837be5 100644 --- a/src/constants/stuff.ts +++ b/src/constants/stuff.ts @@ -21,21 +21,21 @@ export const stuff: { } }, { - icon: '🚀', + icon: '🧸', text: 'Creator of', link: { url: 'https://cozy-reader.vercel.app', text: 'Cozy' } }, - { - icon: '🧱', - text: '...and some', - link: { - url: '/stuff', - text: 'small stuff' - } - }, +// { +// icon: '🧱', +// text: '...and some', +// link: { +// url: '/stuff', +// text: 'small stuff' +// } +// }, { icon: '🦌', text: 'Contributor to', diff --git a/src/pages/showcase.astro b/src/pages/showcase.astro index 39b8ca3..87d95b2 100644 --- a/src/pages/showcase.astro +++ b/src/pages/showcase.astro @@ -12,6 +12,11 @@ import Card from "../components/Card.astro";

Fun Side Projects

See more of my previous projects at my blog.