Merge pull request #1831 from bluewave-labs/fix/DePIN-status-header

fix: Depin header - change direction of stack for mobile
This commit is contained in:
Alexander Holliday
2025-02-26 12:43:05 -08:00
committed by GitHub

View File

@@ -94,9 +94,9 @@ const ControlsHeader = ({
alignItems="flex-end"
>
<Stack
direction="row"
direction={{ s: "column", md: "row" }}
gap={theme.spacing(8)}
alignItems="flex-end"
alignItems={{ s: "flex-start", md: "flex-end" }}
>
<Image
shouldRender={statusPage?.logo?.data ? true : false}