Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Zain-ul-din committed May 8, 2023
1 parent 787a3fd commit 385cd03
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/components/Contribute.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,10 @@ export default function Contribute() {
<BackBtn />
</Center>
</Flex>
<Flex my = {'4rem'}></Flex>
</Flex>
<Flex my = {'4rem'}></Flex>
{/* <Footer fixedBottom={false}/> */}
<ReadmeMd/>
{!isUnder800 && <ReadmeMd/>}
</div>
);
}
Expand Down
2 changes: 1 addition & 1 deletion src/components/pastpaper/UploadModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ const UploadModal = ({ isOpen, onClose, staticData }:

{loading.validatingImage && <Loader>Please Wait Validating Image</Loader>}
{loading.uploading && <Loader>Uploading Image to Cloud</Loader>}
<Center pt = {'0.4rem'}>
<Center pt = {'0.4rem'} mb = {'3rem'}>
<Button colorScheme="whatsapp" type="submit" isLoading= {loading.validatingImage || loading.uploading}>
Submit
</Button>
Expand Down

1 comment on commit 385cd03

@vercel
Copy link

@vercel vercel bot commented on 385cd03 May 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.