mirror of
https://github.com/mempool/mempool.git
synced 2025-02-22 06:21:46 +01:00
add missing sg1 hnl emojis
This commit is contained in:
parent
fc6c97172b
commit
60d548df46
1 changed files with 4 additions and 0 deletions
|
@ -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 '';
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue