mirror of
https://github.com/mempool/mempool.git
synced 2025-10-02 20:52:53 +02:00
Merge pull request #5755 from mempool/mononaut/hnl
This commit is contained in:
@@ -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 '';
|
||||
}
|
||||
|
Reference in New Issue
Block a user