diff --git a/landingPages/result/resultLanding.component.ts b/landingPages/result/resultLanding.component.ts index 06c81e79..36310c9b 100644 --- a/landingPages/result/resultLanding.component.ts +++ b/landingPages/result/resultLanding.component.ts @@ -151,8 +151,8 @@ export class ResultLandingComponent { } else if (data['softwareId']) { this.updateTitle("Software"); this.type = "software"; - this.linkToLandingPage = this.properties.searchLinkToSoftware; - this.linkToSearchPage = this.properties.searchLinkToSoftwareLanding; + this.linkToLandingPage = this.properties.searchLinkToSoftwareLanding; + this.linkToSearchPage = this.properties.searchLinkToSoftware; this.id = data['softwareId']; this.title = "Software"; } else if (data['orpId']) { @@ -166,7 +166,7 @@ export class ResultLandingComponent { this.type = "result"; this.id = data["id"]; this.updateTitle("Research Result"); - this.linkToLandingPage = this.properties.searchLinkToOrp; + this.linkToLandingPage = this.properties.searchLinkToResult; this.linkToSearchPage = this.properties.searchLinkToResults; this.title = "Research Result"; }