mirror of
https://github.com/mempool/mempool.git
synced 2026-08-18 13:08:44 +02: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
Add a link
Reference in a new issue