From 1677aa851816b581f9439309a05e57feb332fd7a Mon Sep 17 00:00:00 2001 From: "k.triantafyllou" Date: Wed, 10 Jul 2019 09:24:26 +0000 Subject: [PATCH] [Library|Trunk]: Rename all portals with lowercase on other-portas component for consistency with navbar. git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@56459 d315682c-612b-4755-9ff5-7f18f6832af3 --- .../other-portals/other-portals.component.html | 10 +++++----- .../other-portals/other-portals.component.ts | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sharedComponents/other-portals/other-portals.component.html b/sharedComponents/other-portals/other-portals.component.html index b05edfa7..d4b53d95 100644 --- a/sharedComponents/other-portals/other-portals.component.html +++ b/sharedComponents/other-portals/other-portals.component.html @@ -1,5 +1,5 @@
-
+

Researcher? @@ -14,7 +14,7 @@

-
+

Content provider? @@ -29,7 +29,7 @@

-
+

Research community? @@ -45,7 +45,7 @@

-
+

Research manager? @@ -60,7 +60,7 @@

-
+

Developer? diff --git a/sharedComponents/other-portals/other-portals.component.ts b/sharedComponents/other-portals/other-portals.component.ts index 5afa326f..e4a2d960 100644 --- a/sharedComponents/other-portals/other-portals.component.ts +++ b/sharedComponents/other-portals/other-portals.component.ts @@ -6,7 +6,7 @@ import {EnvProperties} from "../../utils/properties/env-properties"; templateUrl: 'other-portals.component.html' }) export class OtherPortalsComponent { - @Input() portal = 'Connect'; + @Input() portal = 'connect'; @Input() properties: EnvProperties = null; constructor() {}