add fixed max logo height to DePIN status page

This commit is contained in:
Alex Holliday
2025-02-24 15:41:14 -08:00
parent 987774aca8
commit 503da2a312

View File

@@ -102,6 +102,7 @@ const ControlsHeader = ({
shouldRender={statusPage?.logo?.data ? true : false}
alt={"Company logo"}
maxWidth={"300px"}
maxHeight={"50px"}
base64={statusPage?.logo?.data}
/>
<Typography variant="h2">{statusPage?.companyName}</Typography>