diff --git a/landingPages/landing-utils/fundedBy.component.ts b/landingPages/landing-utils/fundedBy.component.ts index f204aece..2187db97 100644 --- a/landingPages/landing-utils/fundedBy.component.ts +++ b/landingPages/landing-utils/fundedBy.component.ts @@ -1,5 +1,6 @@ import {Component, Input} from '@angular/core'; import {HelperFunctions} from "../../utils/HelperFunctions.class"; +import {Project} from "../../utils/result-preview/result-preview"; @Component({ selector: 'fundedBy', @@ -7,7 +8,7 @@ import {HelperFunctions} from "../../utils/HelperFunctions.class";
  • Funded by: - + {{item['funderShortname']?item['funderShortname']:item['funderName']}} [no funder available] @@ -18,18 +19,21 @@ import {HelperFunctions} from "../../utils/HelperFunctions.class"; [no funder available] | {{ item['acronym']?item['acronym']:item['title']}} - +
    Project
    - {{item['acronym']?item['acronym']:item['title']}} {{item['acronym']?item['acronym']:item['title']}} +
    + {{item.title}} +