Skip to content

Commit

Permalink
Merge pull request #1557 from gurjit03/update-login-button
Browse files Browse the repository at this point in the history
Hide login button
  • Loading branch information
saintsoldierx authored Oct 8, 2022
2 parents 92cab4a + 282019d commit f8be2bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/components/Menu/HeaderMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ const Menu: React.FC<MenuProps> = ({ isHome }) => {
Donate
</Link>
</li>
<UserLoginMenu toggleMenu={toggleMenu} />
{/* <UserLoginMenu toggleMenu={toggleMenu} /> */}
</ul>
</div>
</React.Fragment>
Expand Down
1 change: 1 addition & 0 deletions src/scss/_banner.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
color: white;
font-size: 1rem;
margin: 5px 10px;
text-align: center;
width: 100%;

@media screen and (max-width: 45.999999em) {
Expand Down

0 comments on commit f8be2bf

Please sign in to comment.