Skip to content

Commit 9b8911b

Browse files
authored
Merge pull request #12588 from ethereum/fix-find-wallet-hero
fix: hero column order
2 parents f441cf8 + 58ceac5 commit 9b8911b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/wallets/find-wallet.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ const FindWalletPage = () => {
134134
</BannerNotification>
135135

136136
<Flex
137-
direction={{ base: "column-reverse", sm: "row" }}
137+
direction={{ base: "column", sm: "row" }}
138138
position="relative"
139139
w="full"
140140
p={12}

0 commit comments

Comments
 (0)