From a430284aa21e3ae1f0d5654e55b2ad2852519cc2 Mon Sep 17 00:00:00 2001 From: wwf <yearningwang@iqtogether.com> Date: 星期三, 04 六月 2025 15:17:49 +0800 Subject: [PATCH] 初始化 --- app/components/header/app-back/index.tsx | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/components/header/app-back/index.tsx b/app/components/header/app-back/index.tsx index bfc1736..7a0e3f2 100644 --- a/app/components/header/app-back/index.tsx +++ b/app/components/header/app-back/index.tsx @@ -27,8 +27,8 @@ > { (hovered && curApp) - ? <ArrowLeftIcon className='mr-1 h-[18px] w-[18px]' /> - : <Squares2X2Icon className='mr-1 h-[18px] w-[18px]' /> + ? <ArrowLeftIcon className='mr-1 w-[18px] h-[18px]' /> + : <Squares2X2Icon className='mr-1 w-[18px] h-[18px]' /> } {t('common.menus.apps')} </div> -- Gitblit v1.8.0