EmbeddedStatus: set SiteLogo max width
This commit is contained in:
parent
c013dcf01b
commit
2cc8dcd69c
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ const EmbeddedStatus: React.FC<IEmbeddedStatus> = ({ params }) => {
|
|||
|
||||
const logo = (
|
||||
<div className='flex align-middle justify-center ml-4'>
|
||||
<SiteLogo className='h-10' />
|
||||
<SiteLogo className='h-10 max-w-[128px]' />
|
||||
</div>
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue