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

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