From 76b12efbbd9aca804206ac3666cb0ab5688e288a Mon Sep 17 00:00:00 2001 From: Dex Date: Sun, 24 Mar 2024 02:56:41 -0400 Subject: [PATCH] Updated home page --- app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/page.tsx b/app/page.tsx index 9365219..3e028b6 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -4,7 +4,7 @@ export default async function Home() { return (
- This is my little corner of the internet to share my radio projects on things I'm doing. Things I find and build that seem to not be documented anywhere. + This is my little corner of the internet to share my radio projects on things I'm doing. Things I find and build that seem to not be documented anywhere. I have created pages for some of the projects I have done such as a communcations plan template. Also my go kit builds.
); }