Skip to content

Commit

Permalink
Add social war image
Browse files Browse the repository at this point in the history
  • Loading branch information
akariv committed Oct 16, 2023
1 parent bdf305e commit d2242f8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion projects/srm/src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export class AppComponent {
this.seo.setData({
title: 'כל שירות',
description: 'כל שירות - מפת מענים חברתיים המסופקים על ידי הממשלה, עמותות וחברות',
image: environment.externalUrl + '/assets/img/social.png',
image: environment.externalUrl + '/assets/img/social-temp.png',
// imageAuxData: {mimeType: 'image/png', width: 58, height: 36},
url: 'https://www.kolsherut.org.il/',
type: 'website',
Expand Down
4 changes: 2 additions & 2 deletions projects/srm/src/app/page/page.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -332,10 +332,10 @@ export class PageComponent implements OnInit {
this.drawerState = DrawerState.Half;
this.pushSearchParamsCalc();
if (['about', 'search', 'homepage'].indexOf(this.stage) >= 0) {
this.a11y.setSeoTitle(`כל שירות | כל השירותים החברתיים, לכל מצב, בכל מקום`);
this.a11y.setSeoTitle(`כל שירות | במתכונת חירום | כל השירותים החברתיים, לכל מצב, בכל מקום`);
this.seo.setUrl(this.document.location.href);
this.api.getTotalServices().subscribe((totalServices: number) => {
this.seo.setDescription(`אספנו וסיווגנו ${totalServices.toLocaleString()} שירותים חברתיים מעשרות משרדי ממשלה, רשויות מקומיות, עמותות וארגונים אחרים. אנחנו בטוחים שנמצא גם משהו בשבילך!`);
this.seo.setDescription(`כל השירותים למצב החירום המלחמתי וגם לשגרה. אספנו וסיווגנו ${totalServices.toLocaleString()} שירותים חברתיים מעשרות משרדי ממשלה, רשויות מקומיות, עמותות וארגונים אחרים. אנחנו בטוחים שנמצא גם משהו בשבילך!`);
});
}
if (this.searchFilters) {
Expand Down
Binary file added projects/srm/src/assets/img/social-temp.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 d2242f8

Please sign in to comment.