Add preview image: tos
This commit is contained in:
parent
462c7f9c2c
commit
b41f196421
@ -1,6 +1,7 @@
|
|||||||
import { Component } from '@angular/core';
|
import { Component } from '@angular/core';
|
||||||
import { Env, StateService } from '../../services/state.service';
|
import { Env, StateService } from '../../services/state.service';
|
||||||
import { SeoService } from '../../services/seo.service';
|
import { SeoService } from '../../services/seo.service';
|
||||||
|
import { OpenGraphService } from '../../services/opengraph.service';
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector: 'app-terms-of-service',
|
selector: 'app-terms-of-service',
|
||||||
@ -12,10 +13,12 @@ export class TermsOfServiceComponent {
|
|||||||
constructor(
|
constructor(
|
||||||
private stateService: StateService,
|
private stateService: StateService,
|
||||||
private seoService: SeoService,
|
private seoService: SeoService,
|
||||||
|
private ogService: OpenGraphService,
|
||||||
) { }
|
) { }
|
||||||
|
|
||||||
ngOnInit(): void {
|
ngOnInit(): void {
|
||||||
this.seoService.setTitle('Terms of Service');
|
this.seoService.setTitle('Terms of Service');
|
||||||
this.seoService.setDescription('Out of respect for the Bitcoin community, the mempool.space website is Bitcoin Only and does not display any advertising.');
|
this.seoService.setDescription('Out of respect for the Bitcoin community, the mempool.space website is Bitcoin Only and does not display any advertising.');
|
||||||
|
this.ogService.setManualOgImage('tos.jpg');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
BIN
frontend/src/resources/previews/tos.jpg
Normal file
BIN
frontend/src/resources/previews/tos.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 108 KiB |
Loading…
x
Reference in New Issue
Block a user