Skip to content

Commit 54816ba

Browse files
authored
Merge pull request #14842 from JoeChenJ/Add_missing_link_for_grow_the_pie
Fix: Add the missing link for the grow the pie on the L2 networks page
2 parents 8c9f8de + 7b6efaf commit 54816ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Layer2NetworksTable/NetworksSubComponent.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ const NetworkSubComponent = ({ network }) => {
236236
<div className="flex flex-col gap-0.5">
237237
<div>
238238
<InlineLink
239-
href={network.growThePieLink}
239+
href={network.growthepieLink}
240240
customEventOptions={{
241241
eventCategory: "l2_networks",
242242
eventAction: "analytics_profiles",

0 commit comments

Comments
 (0)