Skip to content

Commit 7d88718

Browse files
committed
fix: brand assets href links
1 parent 0ecabb6 commit 7d88718

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/pages/assets.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -165,17 +165,17 @@ const AssetsPage = () => {
165165
</Heading>
166166
</Center>
167167
<Center>
168-
<InlineLink href="/images/assets/#illustrations">
168+
<InlineLink href="/assets/#illustrations">
169169
{t("page-assets-illustrations")}
170170
</InlineLink>
171171
</Center>
172172
<Center>
173-
<InlineLink href="/images/assets/#historical">
173+
<InlineLink href="/assets/#historical">
174174
{t("page-assets-historical-artwork")}
175175
</InlineLink>
176176
</Center>
177177
<Center>
178-
<InlineLink href="/images/assets/#brand">
178+
<InlineLink href="/assets/#brand">
179179
{t("page-assets-ethereum-brand-assets")}
180180
</InlineLink>
181181
</Center>

0 commit comments

Comments
 (0)