diff options
Diffstat (limited to 'react-frontend/src/pages/Home.tsx')
| -rw-r--r-- | react-frontend/src/pages/Home.tsx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/react-frontend/src/pages/Home.tsx b/react-frontend/src/pages/Home.tsx index 1fe2c83..2f15dd3 100644 --- a/react-frontend/src/pages/Home.tsx +++ b/react-frontend/src/pages/Home.tsx @@ -1,10 +1,10 @@ -import { Button } from 'rsuite'; export default function Home() { return( <> - <h1>Welcome to Game Holster</h1> - <Button>Its an rsuite button</Button> + <div className="flex justify-center p-4"> + <h1 className="font-title text-6xl">Welcome to Game Holster</h1> + </div> </> ); } |
