made things red

This commit is contained in:
2025-01-17 09:41:40 -06:00
parent fd6b472b0f
commit 10dae797cf
3 changed files with 27 additions and 15 deletions
+4 -3
View File
@@ -1,4 +1,5 @@
import {BarkHeader} from "../common/components/BarkHeader.tsx";
import {Text} from "@mantine/core";
function Home() {
@@ -7,9 +8,9 @@ function Home() {
return (
<>
<BarkHeader></BarkHeader>
<p>
ARFF ARFF BARK BARK
</p>
<Text c="red">ARFF ARFF BARK BARK</Text>
</>
)