Skip to content

Commit 73fd614

Browse files
authored
Fix layer 2 button
Make layer 2 button go to layer 2 page instead of the get eth page.
1 parent 2d51226 commit 73fd614

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/gas.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ const GasPage = ({ data }: PageProps<Queries.GasPageQuery>) => {
444444
descriptionKey="Layer 2 extends Ethereum, reducing costs and increasing accessibility for decentralized applications."
445445
>
446446
<Box>
447-
<ButtonLink to="/get-eth/">Use layer 2</ButtonLink>
447+
<ButtonLink to="/layer-2/">Use layer 2</ButtonLink>
448448
</Box>
449449
</Box>
450450
<Box

0 commit comments

Comments
 (0)