From cfdef30a060079f5ff403df10ade455db4aa3ba7 Mon Sep 17 00:00:00 2001 From: spencerwooo Date: Thu, 10 Feb 2022 10:21:41 +0800 Subject: [PATCH] enclose prettier glob filename matches, close #393 --- components/Auth.tsx | 12 ++++++------ components/Footer.tsx | 2 +- components/FourOhFour.tsx | 12 ++++++------ components/Loading.tsx | 4 ++-- components/MultiFileDownloader.tsx | 8 ++++---- components/SearchModal.tsx | 28 ++++++++++++++-------------- package.json | 2 +- 7 files changed, 34 insertions(+), 34 deletions(-) diff --git a/components/Auth.tsx b/components/Auth.tsx index 16ab760..c84f599 100644 --- a/components/Auth.tsx +++ b/components/Auth.tsx @@ -18,20 +18,20 @@ const Auth: FC<{ redirect: string }> = ({ redirect }) => { const { t } = useTranslation() return ( -
-
+
+
authenticate
-
{t('Enter Password')}
+
{t('Enter Password')}
-

+

{t('This route (the folder itself and the files inside) is password protected. ') + t('If you know the password, please enter it below.')}

= ({ redirect }) => { }} />