diff --git a/frontend/src/app/services/seo.service.ts b/frontend/src/app/services/seo.service.ts index 531a795dc..7830690ff 100644 --- a/frontend/src/app/services/seo.service.ts +++ b/frontend/src/app/services/seo.service.ts @@ -10,7 +10,7 @@ import { StateService } from './state.service'; export class SeoService { network = ''; baseTitle = 'mempool'; - baseDescription = 'Explore the full Bitcoin ecosystem® with The Mempool Open Source Project®.'; + baseDescription = 'Explore the full Bitcoin ecosystem® with The Mempool Open Source Project®.'; canonicalLink: HTMLElement = document.getElementById('canonical');