fix: improve error page ui

This commit is contained in:
afn
2023-04-26 04:49:31 -04:00
parent 5c14bd284e
commit 344f976e7f
4 changed files with 20 additions and 26 deletions

View File

@@ -10,5 +10,6 @@ export function friendlyName(text: string): string {
.replace(/sponsorblock/g, 'SponsorBlock')
.replace(/tiktok/g, 'TikTok')
.replace(/vr/g, 'VR')
.replace(/url/g, 'URL')
.replace(/(?:^|\s)\S/g, (x: string) => x.toUpperCase());
}