diff --git a/js/hubs/components/NavBar.js b/js/hubs/components/NavBar.js index 68180738..9666e96f 100644 --- a/js/hubs/components/NavBar.js +++ b/js/hubs/components/NavBar.js @@ -343,7 +343,6 @@ const BlueTypography = styled(Typography)(({ theme }) => ({ }, })) - const NavCtas = styled('div')(() => ({ display: 'flex', }))