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>
)}
<FlexContainer>
<Image alt="logo" src="/icon.svg" />
<Image style={{ height: '24px' }} alt="logo" src="/icon.svg" />
</FlexContainer>
{uploadButtonView && (
<UploadButton showModal={showUploadModal} />