Add preview image: trademark policy

This commit is contained in:
hunicus 2024-03-10 11:04:39 +09:00
parent 869aa7fea5
commit 462c7f9c2c
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 { 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-trademark-policy', selector: 'app-trademark-policy',
@ -13,10 +14,12 @@ export class TrademarkPolicyComponent {
constructor( constructor(
private stateService: StateService, private stateService: StateService,
private seoService: SeoService, private seoService: SeoService,
private ogService: OpenGraphService,
) { } ) { }
ngOnInit(): void { ngOnInit(): void {
this.seoService.setTitle('Trademark Policy'); this.seoService.setTitle('Trademark Policy');
this.seoService.setDescription('An overview of the trademarks registered by Mempool Space K.K. and The Mempool Open Source Project® and what we consider to be lawful usage of those trademarks.'); this.seoService.setDescription('An overview of the trademarks registered by Mempool Space K.K. and The Mempool Open Source Project® and what we consider to be lawful usage of those trademarks.');
this.ogService.setManualOgImage('trademark-policy.jpg');
} }
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 78 KiB