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} - + - + - + - - - -