From 00d9e51495714d478a0ae2b5f6f7919b6702c84a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B0=A8=E6=AC=A3?= Date: Wed, 4 Sep 2024 23:33:54 +0800 Subject: [PATCH] refactor: Simplify AppContent component by removing unnecessary div and flex container --- web/pages/construct/app/index.tsx | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/web/pages/construct/app/index.tsx b/web/pages/construct/app/index.tsx index 1e67c989f..737753589 100644 --- a/web/pages/construct/app/index.tsx +++ b/web/pages/construct/app/index.tsx @@ -308,15 +308,14 @@ export default function AppContent() { className='w-[230px] h-[40px] border-1 border-white backdrop-filter backdrop-blur-lg bg-white bg-opacity-30 dark:border-[#6f7f95] dark:bg-[#6f7f95] dark:bg-opacity-60' /> -
- -
+ +
{apps.map(item => {