Skip to content

Commit 294cf19

Browse files
committed
fix link
1 parent bb5e4b5 commit 294cf19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/learn/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ const LearnPage = ({ data }: PageProps<Queries.LearnPageQuery, Context>) => {
263263
<CardImage>
264264
<GatsbyImage image={getImage(data.impact)!} alt="" />
265265
</CardImage>
266-
<ButtonLink to="/get-eth/">
266+
<ButtonLink to="/web3/">
267267
<Translation id="what-is-web3-card-title" />
268268
</ButtonLink>
269269
</>

0 commit comments

Comments
 (0)