mirror of
https://github.com/mempool/mempool.git
synced 2025-02-24 22:58:30 +01:00
Add preview image: tos
This commit is contained in:
parent
462c7f9c2c
commit
b41f196421
2 changed files with 3 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
import { Component } from '@angular/core';
|
||||
import { Env, StateService } from '../../services/state.service';
|
||||
import { SeoService } from '../../services/seo.service';
|
||||
import { OpenGraphService } from '../../services/opengraph.service';
|
||||
|
||||
@Component({
|
||||
selector: 'app-terms-of-service',
|
||||
|
@ -12,10 +13,12 @@ export class TermsOfServiceComponent {
|
|||
constructor(
|
||||
private stateService: StateService,
|
||||
private seoService: SeoService,
|
||||
private ogService: OpenGraphService,
|
||||
) { }
|
||||
|
||||
ngOnInit(): void {
|
||||
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.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…
Add table
Reference in a new issue