remove divider

This commit is contained in:
rsandb
2023-01-16 20:24:09 -06:00
parent 5f134d44a5
commit 964dc1f2c4
-1
View File
@@ -48,7 +48,6 @@ export function Header(props) {
<UserMenu />
</Flex>
</Box>
<Divider />
</nav>
);
}