From 4a88714cbb4386d9b65120c4ce07f3c4745aff3d Mon Sep 17 00:00:00 2001 From: Chrono Date: Sun, 5 May 2024 12:49:20 -0400 Subject: [PATCH] update readme and splash texts --- README.md | 2 ++ islands/splashTextsStore.tsx | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a7e5e2..04ecd44 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,5 @@ > After over 15 years in development, I am proud to announce that > michaelgummere.com is ready to release this fall with over 16 times the detail > among a cast of amazing features. + +Personal website written with Deno Fresh diff --git a/islands/splashTextsStore.tsx b/islands/splashTextsStore.tsx index f655cea..6d8ba0e 100644 --- a/islands/splashTextsStore.tsx +++ b/islands/splashTextsStore.tsx @@ -7,7 +7,7 @@ export interface SplashText { const splashTexts: SplashText[] = [ { - "text": "Stack-less Developer", + "text": "Fully Stack-less Developer", }, { "text": "hi chat\nbye chat\nhi again chat", -- 2.45.2