Skip to content

Commit a1a9b4a

Browse files
committed
fix: hero column order
1 parent 25f2093 commit a1a9b4a

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
@@ -150,7 +150,7 @@ const FindWalletPage = () => {
150150
</BannerNotification>
151151

152152
<Flex
153-
direction={{ base: "column-reverse", sm: "row" }}
153+
direction={{ base: "column", sm: "row" }}
154154
position="relative"
155155
w="full"
156156
p={12}

0 commit comments

Comments
 (0)