Skip to content

Commit

Permalink
fix: Capitalize mobile menu (#502)
Browse files Browse the repository at this point in the history
  • Loading branch information
LautaroPetaccio authored Jan 24, 2024
1 parent 0bc97d7 commit e245938
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Navbar/MenuItem/MenuItem.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
@media (max-width: 991px) {
.item.dui-menu-item.mobile {
cursor: pointer;
text-transform: capitalize;
padding: 40px 0 23.66px;
display: flex;
align-items: center;
Expand Down

1 comment on commit e245938

@vercel
Copy link

@vercel vercel bot commented on e245938 Jan 24, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

decentraland-ui – ./

decentraland-ui-decentraland1.vercel.app
decentraland-ui-git-master-decentraland1.vercel.app

Please sign in to comment.