Skip to content

Commit 892de23

Browse files
committed
fix: maxImageWidth type
1 parent 58c21df commit 892de23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/get-eth.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ const GetEthPage = ({
473473
descriptionKey="page-get-eth:page-get-eth-use-your-eth-dapps"
474474
image={dapps}
475475
alt={t("page-index:page-index-sections-individuals-image-alt")}
476-
maxImageWidth={600}
476+
maxImageWidth="600px"
477477
>
478478
<Box>
479479
<ButtonLink href="/dapps/">

0 commit comments

Comments
 (0)