Skip to content

Commit 6aa96c1

Browse files
authored
Merge branch 'staging' into fix-wallets-data-dates-consistency
2 parents 2e4c053 + 9b8911b commit 6aa96c1

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)