Add preview image: tos

This commit is contained in:
hunicus 2024-03-10 11:06:22 +09:00
parent 462c7f9c2c
commit b41f196421
No known key found for this signature in database
GPG key ID: 24837C51B6D81FD9
2 changed files with 3 additions and 0 deletions

View file

@ -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');
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 108 KiB