Skip to content

Commit 8e3b051

Browse files
committed
format & fix incorrect closing tags
1 parent 2ca503c commit 8e3b051

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

src/components/AssetDownload.tsx

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,7 @@ const AssetDownload: React.FC<IProps> = ({
7474
p={0}
7575
opacity={shouldHide ? 0 : 1}
7676
>
77-
<Heading
78-
as="h4"
79-
fontSize={{ base: "md", md: "xl" }}
80-
fontWeight="500"
81-
>
77+
<Heading as="h4" fontSize={{ base: "md", md: "xl" }} fontWeight="500">
8278
{title}
8379
</Heading>
8480
<Box>
@@ -133,8 +129,8 @@ const AssetDownload: React.FC<IProps> = ({
133129
<Translation id="page-assets-download-download" />
134130
</ButtonLink>
135131
)}
136-
</Container>
137-
</Container>
132+
</Box>
133+
</Box>
138134
)
139135
}
140136

0 commit comments

Comments
 (0)