Skip to content

Commit

Permalink
Remove alpha badge (#612)
Browse files Browse the repository at this point in the history
Signed-off-by: Cintia Sanchez Garcia <[email protected]>
  • Loading branch information
cynthia-sg authored May 28, 2024
1 parent 8568064 commit f070022
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 20 deletions.
14 changes: 0 additions & 14 deletions web/src/layout/navigation/Navbar.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down Expand Up @@ -64,8 +54,4 @@
.logo {
height: 19px;
}

.alpha {
font-size: 0.4rem;
}
}
6 changes: 0 additions & 6 deletions web/src/layout/navigation/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,6 @@ const Navbar = () => {
<img className={styles.logo} alt="CLOTributor logo" src={logo} />
</Link>
)}

<div
className={`position-relative badge rounded-0 text-uppercase fw-bold me-2 me-sm-3 ms-2 ${styles.alpha}`}
>
Alpha
</div>
</div>

{!isEmbed && <MobileSettings />}
Expand Down

0 comments on commit f070022

Please sign in to comment.