Skip to content

Commit

Permalink
feat(beta): remove beta
Browse files Browse the repository at this point in the history
  • Loading branch information
gracefulBrown committed Feb 4, 2022
1 parent 30652ed commit e8032a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/NavBar/NavBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ const NavBar = () => {
<Wrapper>
<Logo onClick={goMain} role="link" aria-label="프롤로그 홈으로 이동하기">
<img src={LogoImage} alt="" />
<span>{logoTag}</span>
{!isProd && <span>{logoTag}</span>}
</Logo>
<Menu role="menu">
<Navigation>
Expand Down

0 comments on commit e8032a7

Please sign in to comment.