Skip to content

Commit

Permalink
DON-900: Replace organic graph image for home & explore pages
Browse files Browse the repository at this point in the history
  • Loading branch information
bdsl committed Jan 13, 2025
1 parent 29c3dd2 commit c99abb0
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/app/explore/explore.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ export class ExploreComponent implements AfterViewChecked, OnDestroy, OnInit {
this.pageMeta.setCommon(
this.title,
'Big Give – discover campaigns and donate',
'https://images-production.thebiggive.org.uk/0011r00002IMRknAAH/CCampaign%20Banner/db3faeb1-d20d-4747-bb80-1ae9286336a3.jpg',
'/assets/images/social-banner.png',
);
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/app/home/home.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export class HomeComponent implements OnInit {
this.pageMeta.setCommon(
'Big Give',
'Big Give – discover campaigns and donate',
'https://images-production.thebiggive.org.uk/0011r00002IMRknAAH/CCampaign%20Banner/db3faeb1-d20d-4747-bb80-1ae9286336a3.jpg',
'/assets/images/social-banner.png',
);
this.stats = this.route.snapshot.data.stats;
this.highlightCards = this.route.snapshot.data.highlights;
Expand Down
2 changes: 1 addition & 1 deletion src/app/my-account/my-account.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export class MyAccountComponent implements OnInit {
this.pageMeta.setCommon(
'My account',
'Manage your Big Give account',
'https://images-production.thebiggive.org.uk/0011r00002IMRknAAH/CCampaign%20Banner/db3faeb1-d20d-4747-bb80-1ae9286336a3.jpg',
null, // page is available to account holders only, social sharing doesn't make sense here.
);

this.identityService.getLoggedInPerson().subscribe(async (person: Person|null) => {
Expand Down
Binary file added src/assets/images/social-banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c99abb0

Please sign in to comment.