Merge pull request #5755 from mempool/mononaut/hnl

This commit is contained in:
wiz 2025-01-27 12:52:55 +09:00 committed by GitHub
commit 85c78a448d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 '';
}