Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(suite): Delete mobile menu #16336

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open

Conversation

jvaclavik
Copy link
Contributor

@jvaclavik jvaclavik commented Jan 13, 2025

Description

  • it can't be manually expanded when device has mobile resolution

Related Issue

Resolve

Screenshots:

image image

@jvaclavik jvaclavik marked this pull request as ready for review January 14, 2025 13:54
@jvaclavik jvaclavik requested a review from adamhavel as a code owner January 14, 2025 13:54
@@ -169,18 +166,16 @@ export const SuiteLayout = ({ children }: SuiteLayoutProps) => {

{isMobileLayout && <CoinjoinBars />}

{isMobileLayout && <MobileMenu />}
{/*{isMobileLayout && <MobileMenu />}*/}
Copy link
Member

Choose a reason for hiding this comment

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

remove

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks, removed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🏃‍♀️ In progress
Development

Successfully merging this pull request may close these issues.

2 participants