Fixing titles and merging more i18n duplicates

This commit is contained in:
softsimon
2023-11-25 20:31:29 +09:00
parent 107e0be59f
commit d380aad98c
13 changed files with 88 additions and 134 deletions

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 Project™.';
baseDescription = 'Explore the full Bitcoin ecosystem with The Mempool Open Source Project™.';
canonicalLink: HTMLElement = document.getElementById('canonical');