diff --git a/netlify.toml b/netlify.toml index 755e61796b..656c67d0fc 100644 --- a/netlify.toml +++ b/netlify.toml @@ -4,5 +4,7 @@ command = "yarn && yarn storybook:build" [build.environment] YARN_VERSION = "1.22.19" NODE_VERSION = "18.12.1" -CXXFLAGS = "-I/home/linuxbrew/.linuxbrew/include" -LDFLAGS = "-L/home/linuxbrew/.linuxbrew/lib" +CPPFLAGS = "-I/home/linuxbrew/.linuxbrew/opt/systemd/include -I/home/linuxbrew/.linuxbrew/include" +CXXFLAGS = "-I/home/linuxbrew/.linuxbrew/opt/systemd/include -I/home/linuxbrew/.linuxbrew/include" +LDFLAGS = "-L/home/linuxbrew/.linuxbrew/opt/systemd/lib -L/home/linuxbrew/.linuxbrew/lib" +PKG_CONFIG_PATH = "/home/linuxbrew/.linuxbrew/opt/systemd/lib/pkgconfig:/home/linuxbrew/.linuxbrew/lib/pkgconfig" diff --git a/source/renderer/app/components/voting/VotingFooterLinks.tsx b/source/renderer/app/components/voting/VotingFooterLinks.tsx index 35a993bd61..bd2adac9e7 100644 --- a/source/renderer/app/components/voting/VotingFooterLinks.tsx +++ b/source/renderer/app/components/voting/VotingFooterLinks.tsx @@ -50,7 +50,7 @@ export const VotingFooterLinks = injectIntl( label: intl.formatMessage(messages.community), }, { - url: 'https://cardano.ideascale.com/', + url: 'https://app.projectcatalyst.io/', label: intl.formatMessage(messages.projects), }, ]; diff --git a/source/renderer/app/components/voting/voting-info/Headline.messages.ts b/source/renderer/app/components/voting/voting-info/Headline.messages.ts index ef600de824..1a66f848d4 100644 --- a/source/renderer/app/components/voting/voting-info/Headline.messages.ts +++ b/source/renderer/app/components/voting/voting-info/Headline.messages.ts @@ -25,7 +25,7 @@ export const messages = defineMessages({ }, learnMoreLinkUrl: { id: 'voting.info.learnMoreLinkUrl', - defaultMessage: '!!!https://cardano.ideascale.com/a/index', + defaultMessage: '!!!https://app.projectcatalyst.io', description: 'Learn more link url for registration steps', }, }); diff --git a/source/renderer/app/components/voting/voting-info/ResultsPhase.messages.ts b/source/renderer/app/components/voting/voting-info/ResultsPhase.messages.ts index c7f2cc97f6..490fdfb5c4 100644 --- a/source/renderer/app/components/voting/voting-info/ResultsPhase.messages.ts +++ b/source/renderer/app/components/voting/voting-info/ResultsPhase.messages.ts @@ -13,7 +13,7 @@ export const messages = defineMessages({ }, viewResultsLinkURL: { id: 'voting.resultsPhase.viewResultsLinkURL', - defaultMessage: 'https://cardano.ideascale.com/a/pages/results', + defaultMessage: 'https://projectcatalyst.io/funds', description: 'View results link', }, }); diff --git a/source/renderer/app/i18n/locales/defaultMessages.json b/source/renderer/app/i18n/locales/defaultMessages.json index a631f8f3be..f104f2c58f 100644 --- a/source/renderer/app/i18n/locales/defaultMessages.json +++ b/source/renderer/app/i18n/locales/defaultMessages.json @@ -4617,7 +4617,7 @@ "id": "voting.info.learnMoreLinkLabel" }, { - "defaultMessage": "!!!https://cardano.ideascale.com/a/index", + "defaultMessage": "!!!https://app.projectcatalyst.io", "description": "Learn more link url for registration steps", "id": "voting.info.learnMoreLinkUrl" } @@ -4667,7 +4667,7 @@ "id": "voting.resultsPhase.viewResultsLinkLabel" }, { - "defaultMessage": "https://cardano.ideascale.com/a/pages/results", + "defaultMessage": "https://projectcatalyst.io/funds", "description": "View results link", "id": "voting.resultsPhase.viewResultsLinkURL" } diff --git a/translations/messages.json b/translations/messages.json index f1c7ea1bdf..151589051c 100644 --- a/translations/messages.json +++ b/translations/messages.json @@ -4617,7 +4617,7 @@ "id": "voting.info.learnMoreLinkLabel" }, { - "defaultMessage": "!!!https://cardano.ideascale.com/a/index", + "defaultMessage": "!!!https://app.projectcatalyst.io", "description": "Learn more link url for registration steps", "id": "voting.info.learnMoreLinkUrl" } @@ -4667,7 +4667,7 @@ "id": "voting.resultsPhase.viewResultsLinkLabel" }, { - "defaultMessage": "https://cardano.ideascale.com/a/pages/results", + "defaultMessage": "https://projectcatalyst.io/funds", "description": "View results link", "id": "voting.resultsPhase.viewResultsLinkURL" }