mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-02-09 02:31:19 -06:00
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:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user