fix: Orientation in PWA manifest

This commit is contained in:
Sidharth Vinod
2025-04-13 09:50:13 +05:30
parent ebff808b31
commit 4c31e1fe5d
+1 -1
View File
@@ -14,5 +14,5 @@
"scope": "/edit",
"theme_color": "#6366F1",
"description": "FlowChart & Diagrams Editor.",
"orientation": "landscape"
"orientation": "natural"
}