diff --git a/web/src/layout/navigation/Navbar.module.css b/web/src/layout/navigation/Navbar.module.css index 05fa36b..78c2c6a 100644 --- a/web/src/layout/navigation/Navbar.module.css +++ b/web/src/layout/navigation/Navbar.module.css @@ -10,20 +10,10 @@ letter-spacing: 2px; } -.alpha { - background-color: var(--color-white-25); - top: -8px; - font-size: 0.6rem; -} - .githubIcon { margin-top: -3px; } -[data-theme='dark'] .alpha { - background-color: var(--color-black-25); -} - .externalLink { cursor: pointer; } @@ -64,8 +54,4 @@ .logo { height: 19px; } - - .alpha { - font-size: 0.4rem; - } } diff --git a/web/src/layout/navigation/Navbar.tsx b/web/src/layout/navigation/Navbar.tsx index b02c921..8ce76eb 100644 --- a/web/src/layout/navigation/Navbar.tsx +++ b/web/src/layout/navigation/Navbar.tsx @@ -32,12 +32,6 @@ const Navbar = () => { CLOTributor logo )} - -
- Alpha -
{!isEmbed && }