From e89bb4c5db135dc576da8451fb5451519522cd2b Mon Sep 17 00:00:00 2001 From: Kushagra Gour Date: Fri, 27 Jun 2025 13:54:40 +0530 Subject: [PATCH] fix layout id --- src/components/Share.jsx | 4 ++-- src/components/app.jsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/Share.jsx b/src/components/Share.jsx index 8ede560..5d9183d 100644 --- a/src/components/Share.jsx +++ b/src/components/Share.jsx @@ -92,7 +92,7 @@ export function Share({ return (
- + - + Copy

)} diff --git a/src/components/app.jsx b/src/components/app.jsx index 77484a2..3a5deb6 100644 --- a/src/components/app.jsx +++ b/src/components/app.jsx @@ -110,7 +110,7 @@ if (location.search) { const layout = params.get('layout'); if (!layout) return null; if (layout === 'full') { - return 5; + return 4; } const _val = parseInt(layout, 10); if (_val >= 1 && _val <= 5) {