Change 🤦♂️ for ❔
parent
45dce3a323
commit
b277fe823a
|
@ -118,7 +118,7 @@ export class PagesComponent implements OnInit, OnDestroy {
|
|||
case 403: return '⛔';
|
||||
case 404: return '❓';
|
||||
case 500: return '❗';
|
||||
default: return environment.production ? '❌' : '🤦♂️';
|
||||
default: return environment.production ? '❌' : '❔';
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue