wwf
2 天以前 a430284aa21e3ae1f0d5654e55b2ad2852519cc2
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>