Skip to content

Commit 0ae016f

Browse files
authored
Merge pull request #235 from arda-org/dev
dev into main
2 parents 8f71868 + 1f4e18c commit 0ae016f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/app/data-converter/pageClient.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ const DataConverter = () => {
5454
const addressMainnetState = JSON.stringify(query.data, null, 2);
5555

5656
return (
57-
<Box maxW="breakpoint-lg" mx="auto" px="2">
57+
<Box maxW="breakpoint-2xl" mx="auto" px="4">
5858
<Box mb="4" />
5959
<Box textAlign="center">
6060
<Link asChild>

0 commit comments

Comments
 (0)