EmbeddedStatus: set SiteLogo max width

This commit is contained in:
Alex Gleason 2022-08-21 15:06:20 -04:00
parent c013dcf01b
commit 2cc8dcd69c
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -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>
);