diff --git a/web/src/layout/navigation/Navbar.module.css b/web/src/layout/navigation/Navbar.module.css index c55a91dc..eaaef588 100644 --- a/web/src/layout/navigation/Navbar.module.css +++ b/web/src/layout/navigation/Navbar.module.css @@ -6,12 +6,6 @@ height: 25px; } -.badge { - background-color: var(--color-white-25); - font-size: 0.65rem; - padding: 0.25rem 0.4rem; -} - .link { letter-spacing: 2px; } diff --git a/web/src/layout/navigation/Navbar.test.tsx b/web/src/layout/navigation/Navbar.test.tsx index 2c1c45e2..94899d29 100644 --- a/web/src/layout/navigation/Navbar.test.tsx +++ b/web/src/layout/navigation/Navbar.test.tsx @@ -31,7 +31,6 @@ describe('Navbar', () => { ); - expect(screen.getByText('Beta')).toBeInTheDocument(); expect(screen.getByAltText('CLOMonitor logo')).toBeInTheDocument(); const links = screen.getAllByRole('link'); diff --git a/web/src/layout/navigation/Navbar.tsx b/web/src/layout/navigation/Navbar.tsx index 87cd4067..b7b3808a 100644 --- a/web/src/layout/navigation/Navbar.tsx +++ b/web/src/layout/navigation/Navbar.tsx @@ -22,7 +22,6 @@ const Navbar = (props: Props) => { props.setScrollPosition(0)} className="cursorPointer"> -