Skip to content

Commit ca1e407

Browse files
authored
Merge pull request #455 from UoA-eResearch/rc2.8.9
update default banner path for Process type
2 parents 0614cfe + 5315fdd commit ca1e407

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

research-hub-web/src/app/components/cards/standard-card/standard-card.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export class StandardCardComponent implements OnInit {
3232
private readonly fallbackUrl = 'https://images.ctfassets.net/vbuxn5csp0ik/7dPrwEcbk56xKfz5zTLvEP/0efddb4b6c9e1eda80d2fb8d1ee47275/card-background-article.png';
3333

3434
private readonly defaultImageId: Record<Exclude<PossibleContentItems['__typename'], undefined>, string> = {
35-
'Process': '7dPrwEcbk56xKfz5zTLvEP',
35+
'Process': '2B5LyjdIcdxregO7TQ8G7F',
3636
'Article': '7dPrwEcbk56xKfz5zTLvEP',
3737
'Capability': 'QT1QGR7KkqaSswnmg7L97',
3838
'CaseStudy': '2qmi1RS1lZSgXj9xP47h8E',

0 commit comments

Comments
 (0)