Commit 0eca4f3a authored by Max Alekseenko's avatar Max Alekseenko

fix image size

parent 163ee434
...@@ -31,6 +31,7 @@ const AppLink = ({ app, isLoading, onAppClick, isLarge = false }: Props) => { ...@@ -31,6 +31,7 @@ const AppLink = ({ app, isLoading, onAppClick, isLarge = false }: Props) => {
alignItems="center" alignItems="center"
justifyContent="center" justifyContent="center"
mr={ isLarge ? 3 : 4 } mr={ isLarge ? 3 : 4 }
flexShrink={ 0 }
> >
<Image <Image
src={ isLoading ? undefined : logoUrl } src={ isLoading ? undefined : logoUrl }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment