Change css class for sidebar and symbols
This commit is contained in:
parent
6a3ddea763
commit
23c7a05a00
8 changed files with 97 additions and 9 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue