Update seo.service.ts

Switch from ® to ® for better compatibility
This commit is contained in:
orangesurf
2024-01-21 11:19:01 +00:00
committed by GitHub
parent 2750f1789c
commit c751e10da8

View File

@@ -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');