diff --git a/tranga-website/src/App.tsx b/tranga-website/src/App.tsx index 8d505c7..a2ff546 100644 --- a/tranga-website/src/App.tsx +++ b/tranga-website/src/App.tsx @@ -89,8 +89,8 @@ export default function App () {
- +
diff --git a/tranga-website/src/Header.tsx b/tranga-website/src/Header.tsx index 0ccd651..5b2649b 100644 --- a/tranga-website/src/Header.tsx +++ b/tranga-website/src/Header.tsx @@ -1,18 +1,22 @@ import Sheet from "@mui/joy/Sheet"; -import {Stack, Typography} from "@mui/joy"; +import {Box, Stack, Typography} from "@mui/joy"; import {ReactElement} from "react"; import './Header.css'; export default function Header({children} : {children? : ReactElement | ReactElement[] | undefined}) : ReactElement { + return ( - - Tranga + + + Tranga + {children}