Change css class for sidebar and symbols

This commit is contained in:
Guillaume Tauzin 2022-09-09 08:40:01 +02:00
parent 6a3ddea763
commit 23c7a05a00
8 changed files with 97 additions and 9 deletions

View file

@ -27,7 +27,7 @@ export function Symbols(props: ISymbolsProps): JSX.Element {
>
<div>
<img
className='transition-all h-12 w-full object-cover'
className='transition-all h-12 w-full object-contain'
src={url}
/>
</div>