From b20c50695562aacc1280540ea2e8f167e4a3d93f Mon Sep 17 00:00:00 2001 From: Sodbileg Gansukh Date: Wed, 19 Jul 2023 12:28:09 +0800 Subject: [PATCH] Updated default navigation layout --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 33fc387..b8df312 100644 --- a/package.json +++ b/package.json @@ -87,11 +87,11 @@ "navigation_layout": { "type": "select", "options": [ + "Stacked", "Logo in the middle", - "Logo on the left", - "Stacked" + "Logo on the left" ], - "default": "Logo in the middle" + "default": "Stacked" }, "page_background_color": { "type": "color",