From 4c31e1fe5d7a97ed885e1842c6baccf64b21b78b Mon Sep 17 00:00:00 2001 From: Sidharth Vinod Date: Sun, 13 Apr 2025 09:50:13 +0530 Subject: [PATCH] fix: Orientation in PWA manifest --- static/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/manifest.json b/static/manifest.json index 248c086b..4df97742 100644 --- a/static/manifest.json +++ b/static/manifest.json @@ -14,5 +14,5 @@ "scope": "/edit", "theme_color": "#6366F1", "description": "FlowChart & Diagrams Editor.", - "orientation": "landscape" + "orientation": "natural" }