File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -104,6 +104,7 @@ const H2 = (props: ChildOnlyProp & HeadingProps) => (
104
104
lineHeight = { 1.4 }
105
105
mt = { 16 }
106
106
mb = "6"
107
+ scrollMarginTop = { 24 }
107
108
{ ...props }
108
109
/>
109
110
)
@@ -165,17 +166,17 @@ const AssetsPage = () => {
165
166
</ Heading >
166
167
</ Center >
167
168
< Center >
168
- < InlineLink href = "/images/ assets/#illustrations" >
169
+ < InlineLink href = "/assets/#illustrations" >
169
170
{ t ( "page-assets-illustrations" ) }
170
171
</ InlineLink >
171
172
</ Center >
172
173
< Center >
173
- < InlineLink href = "/images/ assets/#historical" >
174
+ < InlineLink href = "/assets/#historical" >
174
175
{ t ( "page-assets-historical-artwork" ) }
175
176
</ InlineLink >
176
177
</ Center >
177
178
< Center >
178
- < InlineLink href = "/images/ assets/#brand" >
179
+ < InlineLink href = "/assets/#brand" >
179
180
{ t ( "page-assets-ethereum-brand-assets" ) }
180
181
</ InlineLink >
181
182
</ Center >
You can’t perform that action at this time.
0 commit comments