add missing sg1 hnl emojis

This commit is contained in:
Mononaut 2025-01-27 03:37:01 +00:00
parent fc6c97172b
commit 60d548df46
No known key found for this signature in database
GPG key ID: A3F058E41374C04E

View file

@ -82,6 +82,10 @@ export class ServerHealthComponent implements OnInit {
return '🇺🇸';
} else if (host.includes('.va1.')) {
return '🇺🇸';
} else if (host.includes('.sg1.')) {
return '🇸🇬';
} else if (host.includes('.hnl.')) {
return '🤙';
} else {
return '';
}