diff options
Diffstat (limited to 'components/topnav.tsx')
-rw-r--r-- | components/topnav.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/topnav.tsx b/components/topnav.tsx index e67f603..7d25c9b 100644 --- a/components/topnav.tsx +++ b/components/topnav.tsx @@ -58,7 +58,7 @@ function Navigation() { export default function Navbar() { - return <HStack backgroundColor="red" width="900px" maxWidth="100%"> + return <HStack> <Heading>Michal </Heading> <Navigation/> </HStack> |