Skip to content

Commit a80018a

Browse files
authored
Merge pull request #11530 from s-crypt/patch-1
Fix layer 2 button on gas page
2 parents 507a7f3 + 73fd614 commit a80018a

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)