add missing sg1 hnl emojis
This commit is contained in:
parent
fc6c97172b
commit
60d548df46
@ -82,6 +82,10 @@ export class ServerHealthComponent implements OnInit {
|
|||||||
return '🇺🇸';
|
return '🇺🇸';
|
||||||
} else if (host.includes('.va1.')) {
|
} else if (host.includes('.va1.')) {
|
||||||
return '🇺🇸';
|
return '🇺🇸';
|
||||||
|
} else if (host.includes('.sg1.')) {
|
||||||
|
return '🇸🇬';
|
||||||
|
} else if (host.includes('.hnl.')) {
|
||||||
|
return '🤙';
|
||||||
} else {
|
} else {
|
||||||
return '';
|
return '';
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user