mirror of
https://github.com/BarkProductions/barkman.git
synced 2026-06-17 07:51:54 +00:00
made things red
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
</>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user