Skip to content

Commit 76bddad

Browse files
authored
Merge pull request #13810 from saurabhburade/fix/brand-asset-links
fix: brand assets href links
2 parents 40d5b7e + 234493b commit 76bddad

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/pages/assets.tsx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ const H2 = (props: ChildOnlyProp & HeadingProps) => (
104104
lineHeight={1.4}
105105
mt={16}
106106
mb="6"
107+
scrollMarginTop={24}
107108
{...props}
108109
/>
109110
)
@@ -165,17 +166,17 @@ const AssetsPage = () => {
165166
</Heading>
166167
</Center>
167168
<Center>
168-
<InlineLink href="/images/assets/#illustrations">
169+
<InlineLink href="/assets/#illustrations">
169170
{t("page-assets-illustrations")}
170171
</InlineLink>
171172
</Center>
172173
<Center>
173-
<InlineLink href="/images/assets/#historical">
174+
<InlineLink href="/assets/#historical">
174175
{t("page-assets-historical-artwork")}
175176
</InlineLink>
176177
</Center>
177178
<Center>
178-
<InlineLink href="/images/assets/#brand">
179+
<InlineLink href="/assets/#brand">
179180
{t("page-assets-ethereum-brand-assets")}
180181
</InlineLink>
181182
</Center>

0 commit comments

Comments
 (0)