Reduce height of the logo

This commit is contained in:
Vishnu Mohandas 2021-03-05 00:43:04 +05:30
parent 441ea9489b
commit d25e5508ce

View file

@ -205,7 +205,7 @@ export default function App({ Component, pageProps }) {
</Button> </Button>
)} )}
<FlexContainer> <FlexContainer>
<Image alt="logo" src="/icon.svg" /> <Image style={{ height: '24px' }} alt="logo" src="/icon.svg" />
</FlexContainer> </FlexContainer>
{uploadButtonView && ( {uploadButtonView && (
<UploadButton showModal={showUploadModal} /> <UploadButton showModal={showUploadModal} />