Skip to content

Commit 27f3c1e

Browse files
committed
chore: update hideFrom prop
1 parent 0efbd87 commit 27f3c1e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/FindWallet/WalletTable/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ const WalletTable = ({
234234
<Th sx={{ textAlign: "start !important" }}>
235235
<Flex justifyContent="space-between" px={{ base: 2.5, md: 0 }}>
236236
<Text
237-
display={{ base: "block", lg: "none" }}
237+
hideFrom="lg"
238238
lineHeight={1.6}
239239
fontSize="md"
240240
color="primary.base"

src/components/SideNavMobile.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ const SideNavMobile = ({ path }: SideNavMobileProps) => {
166166
bgColor="ednBackground"
167167
height="auto"
168168
w="full"
169-
display={{ base: "block", lg: "none" }}
169+
hideFrom="lg"
170170
>
171171
<Center
172172
as={motion.div}

0 commit comments

Comments
 (0)