Skip to content

Commit 4a14ac5

Browse files
committed
replace url on the Learn more button of Fusaka [Fixes #15410]
1 parent 9d2eeaa commit 4a14ac5

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

src/data/roadmap/releases.tsx

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,11 +114,14 @@ export const releasesData: Release[] = [
114114
releaseDate: "2025-05-07",
115115
content: (
116116
<div>
117-
<p className="font-bold">Enhance EOA wallets with smart contract functionality</p>
117+
<p className="font-bold">
118+
Enhance EOA wallets with smart contract functionality
119+
</p>
118120
<ul>
119121
<li>
120122
Users can set their address to be represented by a code of an
121-
existing smart contract and gain benefits such as transaction batching, transaction fee sponsorship or better recovery mechanisms
123+
existing smart contract and gain benefits such as transaction
124+
batching, transaction fee sponsorship or better recovery mechanisms
122125
</li>
123126
</ul>
124127
<p className="font-bold">Increase the max effective balance</p>
@@ -167,7 +170,7 @@ export const releasesData: Release[] = [
167170
</ul>
168171
</div>
169172
),
170-
href: "/roadmap/fusaka",
173+
href: "https://eips.ethereum.org/EIPS/eip-7594",
171174
},
172175
{
173176
image: GuidesHubHeroImage,

0 commit comments

Comments
 (0)