diff --git a/src/renderer/src/windows/mini/home/components/Footer.tsx b/src/renderer/src/windows/mini/home/components/Footer.tsx index 6f6dfe70..840da411 100644 --- a/src/renderer/src/windows/mini/home/components/Footer.tsx +++ b/src/renderer/src/windows/mini/home/components/Footer.tsx @@ -13,9 +13,9 @@ const Footer: FC = ({ route, onExit }) => { const { t } = useTranslation() return ( - onExit()}> + - }> + } onClick={() => onExit()}> {t('miniwindow.footer.esc', { action: route === 'home' ? t('miniwindow.footer.esc_close') : t('miniwindow.footer.esc_back') })}