From 5bc9c7f511f6f7a66c6fdf9d1091ee815b14a259 Mon Sep 17 00:00:00 2001 From: Ayo Date: Fri, 29 Sep 2023 11:40:07 +0200 Subject: [PATCH] feat: add page for small building blocks --- src/components/Card.astro | 4 +- src/components/Footer.astro | 2 +- src/pages/index.astro | 5 ++- src/pages/showcase.astro | 10 ++--- src/pages/showcase/astro-reactive-form.astro | 2 +- src/pages/social.astro | 2 +- src/pages/stuff.astro | 39 ++++++++++++++++++++ 7 files changed, 52 insertions(+), 12 deletions(-) create mode 100644 src/pages/stuff.astro diff --git a/src/components/Card.astro b/src/components/Card.astro index c9b2bbe..263d7a3 100644 --- a/src/components/Card.astro +++ b/src/components/Card.astro @@ -16,8 +16,8 @@ const { href, title, rel, body, newTab = false } = Astro.props; {title} { newTab - ? () - : () + ? ( ↗) + : ( →) }

diff --git a/src/components/Footer.astro b/src/components/Footer.astro index c5a2259..9ccc068 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -1,5 +1,5 @@