We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ca503c commit 8e3b051Copy full SHA for 8e3b051
src/components/AssetDownload.tsx
@@ -74,11 +74,7 @@ const AssetDownload: React.FC<IProps> = ({
74
p={0}
75
opacity={shouldHide ? 0 : 1}
76
>
77
- <Heading
78
- as="h4"
79
- fontSize={{ base: "md", md: "xl" }}
80
- fontWeight="500"
81
- >
+ <Heading as="h4" fontSize={{ base: "md", md: "xl" }} fontWeight="500">
82
{title}
83
</Heading>
84
<Box>
@@ -133,8 +129,8 @@ const AssetDownload: React.FC<IProps> = ({
133
129
<Translation id="page-assets-download-download" />
134
130
</ButtonLink>
135
131
)}
136
- </Container>
137
132
+ </Box>
138
)
139
}
140
0 commit comments