revert capitalization in title tag
Co-authored-by: wiz <j@wiz.biz>
This commit is contained in:
parent
b1e32ed55f
commit
f6cae729a7
@ -7,7 +7,7 @@ import { StateService } from './state.service';
|
|||||||
})
|
})
|
||||||
export class SeoService {
|
export class SeoService {
|
||||||
network = '';
|
network = '';
|
||||||
baseTitle = 'Mempool';
|
baseTitle = 'mempool';
|
||||||
|
|
||||||
constructor(
|
constructor(
|
||||||
private titleService: Title,
|
private titleService: Title,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user