Skip to content

Commit

Permalink
fixup! fixup! fixup! Allow user to upload reference images
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Stone committed Sep 13, 2022
1 parent e302948 commit ba7215e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/app/src/components/ModalSections/FileUpload.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import {
Icon,
List,
ListItem,
Progress,
Text,
} from '@chakra-ui/react';
import { useNavigate } from 'react-router-dom';
Expand Down Expand Up @@ -104,7 +103,7 @@ function UploadBox({ addFiles }) {
<Text color='gray.400'>
<Bold>Shapefiles:</Bold> .SHP, .SHX and .DBF
<br />
<Bold>Other map files:</Bold> PDF, JPEG, PNG, TIFF
<Bold>Other map files:</Bold> JPEG, PNG
</Text>
</Flex>
</Box>
Expand Down

0 comments on commit ba7215e

Please sign in to comment.