Skip to content

Commit

Permalink
Remove beta label
Browse files Browse the repository at this point in the history
  • Loading branch information
ryohey committed May 14, 2024
1 parent d89c24e commit 6d890be
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/auth/SignInPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,6 @@ import { Localized } from "../components/Localized"
import { auth } from "../firebase/firebase"
import { StyledFirebaseAuth } from "../main/components/FirebaseAuth/StyledFirebaseAuth"

const BetaLabel = styled.span`
border: 1px solid currentColor;
font-size: 0.8rem;
padding: 0.1rem 0.4rem;
margin-left: 1em;
color: ${({ theme }) => theme.secondaryTextColor};
`

const Container = styled.div`
padding: 2rem 3rem;
`
Expand All @@ -25,7 +17,6 @@ export const SignInPage: FC = () => {
<Container>
<DialogTitle>
<Localized default="Sign in">sign-in</Localized>
<BetaLabel>Beta</BetaLabel>
</DialogTitle>
<DialogContent>
<StyledFirebaseAuth
Expand Down

0 comments on commit 6d890be

Please sign in to comment.