From 16f597e7da0a64151ad73aa20cb07a95f3082dda Mon Sep 17 00:00:00 2001 From: Drew Rautenberg Date: Wed, 22 Jan 2025 10:19:06 -0600 Subject: [PATCH] changed text color --- barkmanui/src/pages/home.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/barkmanui/src/pages/home.tsx b/barkmanui/src/pages/home.tsx index c50456f..7540286 100644 --- a/barkmanui/src/pages/home.tsx +++ b/barkmanui/src/pages/home.tsx @@ -6,7 +6,7 @@ function Home() { return ( <> - Bark productions: at the intersection of professionalism and degeneracy + Bark productions: at the intersection of professionalism and degeneracy ) }