From 0ade1282f77c40d0d926074dfd9f91127c94bd99 Mon Sep 17 00:00:00 2001 From: Ananddubey01 Date: Wed, 15 Feb 2023 20:40:20 +0530 Subject: [PATCH] Fixed issues --- src/components/EmptyScreen.tsx | 20 +++++++++----------- src/components/PhotoFrame.tsx | 4 ++-- thirdparty/tesseract | 1 + 3 files changed, 12 insertions(+), 13 deletions(-) create mode 160000 thirdparty/tesseract diff --git a/src/components/EmptyScreen.tsx b/src/components/EmptyScreen.tsx index 5e6221e61..24512f0c8 100644 --- a/src/components/EmptyScreen.tsx +++ b/src/components/EmptyScreen.tsx @@ -1,5 +1,5 @@ import React, { useContext } from 'react'; -import { Button, styled, Typography } from '@mui/material'; +import { Button, Stack, styled, Typography } from '@mui/material'; import constants from 'utils/strings/constants'; import { DeduplicateContext } from 'pages/deduplicate'; import VerticallyCentered, { FlexWrapper } from './Container'; @@ -29,7 +29,7 @@ export default function EmptyScreen({ openUploader }) { ) : ( <> - {constants.WHERE_YOUR_BEST_PHOTOS_LIVE} - + - + - + - - - -