diff --git a/frontend/src/components/Header/Header.tsx b/frontend/src/components/Header/Header.tsx index 75e95fb29..152b71cfd 100644 --- a/frontend/src/components/Header/Header.tsx +++ b/frontend/src/components/Header/Header.tsx @@ -8,6 +8,7 @@ import { Icons } from 'utils/icons' const StyledTopBar = styled(TopBar)` margin-bottom: 2rem; align-items: center; + box-shadow: none; ` const IconStyle = styled.div` @@ -42,7 +43,7 @@ export function Header({ page }: { page: string }) { - {installationName} + {installationName}