mirror of
https://github.com/mempool/mempool.git
synced 2025-02-24 22:58:30 +01:00
Add preview image: accelerator dashboard
This commit is contained in:
parent
e26e08b426
commit
a0e387efad
2 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
import { ChangeDetectionStrategy, Component, HostListener, OnInit } from '@angular/core';
|
||||
import { SeoService } from '../../../services/seo.service';
|
||||
import { OpenGraphService } from '../../../services/opengraph.service';
|
||||
import { WebsocketService } from '../../../services/websocket.service';
|
||||
import { Acceleration, BlockExtended } from '../../../interfaces/node-api.interface';
|
||||
import { StateService } from '../../../services/state.service';
|
||||
|
@ -34,11 +35,13 @@ export class AcceleratorDashboardComponent implements OnInit {
|
|||
|
||||
constructor(
|
||||
private seoService: SeoService,
|
||||
private ogService: OpenGraphService,
|
||||
private websocketService: WebsocketService,
|
||||
private serviceApiServices: ServicesApiServices,
|
||||
private stateService: StateService,
|
||||
) {
|
||||
this.seoService.setTitle($localize`:@@a681a4e2011bb28157689dbaa387de0dd0aa0c11:Accelerator Dashboard`);
|
||||
this.ogService.setManualOgImage('acceleration.jpg');
|
||||
}
|
||||
|
||||
ngOnInit(): void {
|
||||
|
|
BIN
frontend/src/resources/previews/acceleration.jpg
Normal file
BIN
frontend/src/resources/previews/acceleration.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 50 KiB |
Loading…
Add table
Reference in a new issue