Skip to content

Commit

Permalink
Set networkType url parameter to cryptochords
Browse files Browse the repository at this point in the history
  • Loading branch information
ArturDolzan committed Mar 6, 2025
1 parent 3af2015 commit 3d89596
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/app/[locale]/demos/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ const Demos = function () {
event="demos - cryptochords"
heading={t('cryptochords.heading')}
headingColor="white"
href="https://cryptochords.hemi.xyz"
href={`https://cryptochords.hemi.xyz?networkType=${networkType}`}
icon={cryptoChordsIcon}
subHeading={t('cryptochords.sub-heading')}
/>
Expand Down

0 comments on commit 3d89596

Please sign in to comment.