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

Remove concept map from mobile version #155

Closed
wants to merge 2 commits into from

Conversation

somemone111
Copy link
Contributor

Removed concept map from mobile version

@somemone111 somemone111 linked an issue Apr 30, 2024 that may be closed by this pull request
@@ -44,6 +46,10 @@ export default function ConceptMap() {
return <Loader />;
}

if (mobile) {
return <p>Concept Map is not available on mobile devices</p>;
Copy link
Owner

Choose a reason for hiding this comment

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

Can we style this a bit?

@Connor-Bernard
Copy link
Owner

Copied to new repo here

@Connor-Bernard Connor-Bernard deleted the 154-hide-concept-map-on-mobile branch September 28, 2024 04:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Hide concept map on mobile
3 participants