From 46bff3f879a821e1dfa8f71b8ff603737bb52f62 Mon Sep 17 00:00:00 2001 From: zepp Date: Mon, 31 Mar 2025 19:35:12 -0400 Subject: [PATCH] update news about emma --- src/pages/index.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index 996a47f..d12117c 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -9,9 +9,9 @@ const textColorNightMode = "#f1dac4"; const linkColorNightMode = "#4cc9f0"; const emmaNews = [ - `
  • 02-20-2025 - i've been spending time learning how to use astro instead of hand coding my site. with time there will be a lot here. i like the way content is managed in astro
  • `, '
  • 03-10-2025 - the site is functionally where it was at pre astro migration. now i get to add the new things i\'ve been planning to add
  • ', '
  • 03-18-2025 - i recently had the chance to buy gender affirming clothing and beauty products. i\'m doing so much better than i previously was
  • ', + '
  • 03-31-2025 - i am starting hormone replacement therapy today! 🏳️‍⚧️' ]; ---