From f6cae729a76f2166f563369a3190b765bdbf7930 Mon Sep 17 00:00:00 2001 From: mononaut <83316221+mononaut@users.noreply.github.com> Date: Tue, 28 Feb 2023 18:40:59 -0600 Subject: [PATCH] revert capitalization in title tag Co-authored-by: wiz --- frontend/src/app/services/seo.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app/services/seo.service.ts b/frontend/src/app/services/seo.service.ts index 78c7afc4c..5f5d15c89 100644 --- a/frontend/src/app/services/seo.service.ts +++ b/frontend/src/app/services/seo.service.ts @@ -7,7 +7,7 @@ import { StateService } from './state.service'; }) export class SeoService { network = ''; - baseTitle = 'Mempool'; + baseTitle = 'mempool'; constructor( private titleService: Title,