Skip to content

Commit 5aab6e8

Browse files
committed
fix: Daedalus #3285 - update links for new Catalyst Proposal URLs
1 parent 75ac60f commit 5aab6e8

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

source/renderer/app/components/voting/VotingFooterLinks.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export const VotingFooterLinks = injectIntl(
5050
label: intl.formatMessage(messages.community),
5151
},
5252
{
53-
url: 'https://app.preprod.projectcatalyst.io/',
53+
url: 'https://app.projectcatalyst.io/',
5454
label: intl.formatMessage(messages.projects),
5555
},
5656
];

source/renderer/app/components/voting/voting-info/Headline.messages.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export const messages = defineMessages({
2525
},
2626
learnMoreLinkUrl: {
2727
id: 'voting.info.learnMoreLinkUrl',
28-
defaultMessage: '!!!https://app.preprod.projectcatalyst.io',
28+
defaultMessage: '!!!https://app.projectcatalyst.io',
2929
description: 'Learn more link url for registration steps',
3030
},
3131
});

source/renderer/app/i18n/locales/defaultMessages.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4617,7 +4617,7 @@
46174617
"id": "voting.info.learnMoreLinkLabel"
46184618
},
46194619
{
4620-
"defaultMessage": "!!!https://app.preprod.projectcatalyst.io",
4620+
"defaultMessage": "!!!https://app.projectcatalyst.io",
46214621
"description": "Learn more link url for registration steps",
46224622
"id": "voting.info.learnMoreLinkUrl"
46234623
}
@@ -4667,7 +4667,7 @@
46674667
"id": "voting.resultsPhase.viewResultsLinkLabel"
46684668
},
46694669
{
4670-
"defaultMessage": "https://cardano.ideascale.com/a/pages/results",
4670+
"defaultMessage": "https://projectcatalyst.io/funds",
46714671
"description": "View results link",
46724672
"id": "voting.resultsPhase.viewResultsLinkURL"
46734673
}

translations/messages.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4617,7 +4617,7 @@
46174617
"id": "voting.info.learnMoreLinkLabel"
46184618
},
46194619
{
4620-
"defaultMessage": "!!!https://app.preprod.projectcatalyst.io",
4620+
"defaultMessage": "!!!https://app.projectcatalyst.io",
46214621
"description": "Learn more link url for registration steps",
46224622
"id": "voting.info.learnMoreLinkUrl"
46234623
}
@@ -4667,7 +4667,7 @@
46674667
"id": "voting.resultsPhase.viewResultsLinkLabel"
46684668
},
46694669
{
4670-
"defaultMessage": "https://cardano.ideascale.com/a/pages/results",
4670+
"defaultMessage": "https://projectcatalyst.io/funds",
46714671
"description": "View results link",
46724672
"id": "voting.resultsPhase.viewResultsLinkURL"
46734673
}

0 commit comments

Comments
 (0)