Skip to content

Commit

Permalink
beta 떼기
Browse files Browse the repository at this point in the history
  • Loading branch information
leochoi98 committed May 16, 2024
1 parent b6f1284 commit 04c9945
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions apps/web-client/src/components/header/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,6 @@ const useStyles = createStyles(({ css }) => ({
gap: 5px;
margin-right: 10px;
`,
badge: css`
background-color: #47be9b;
padding: 4px 8px;
border-radius: 5px;
color: white;
font-size: 12px;
font-weight: 700;
`,
}));

const Header = ({ member, onLogout }) => {
Expand Down Expand Up @@ -83,7 +75,6 @@ const Header = ({ member, onLogout }) => {
<Link to="/">
<div className={styles.logo}>
<LogoImage src={poolcIcon} alt="logo" onClick={onCloseMenu} />
<div className={styles.badge}>BETA</div>
</div>
</Link>
<HeaderIconBox>
Expand Down

0 comments on commit 04c9945

Please sign in to comment.