revert capitalization in title tag

Co-authored-by: wiz <j@wiz.biz>
This commit is contained in:
mononaut
2023-02-28 18:40:59 -06:00
committed by GitHub
parent b1e32ed55f
commit f6cae729a7

View File

@@ -7,7 +7,7 @@ import { StateService } from './state.service';
})
export class SeoService {
network = '';
baseTitle = 'Mempool';
baseTitle = 'mempool';
constructor(
private titleService: Title,