mirror of
https://github.com/ReVanced/revanced-website.git
synced 2026-01-20 01:33:57 +00:00
fix: improve error page ui
This commit is contained in:
@@ -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());
|
||||
}
|
||||
Reference in New Issue
Block a user