Change 🤦‍♂️ for

merge-requests/3/merge
Nato Boram 2020-07-09 22:14:46 -04:00
parent 45dce3a323
commit b277fe823a
No known key found for this signature in database
GPG Key ID: 478E3C64BF88AFFA
1 changed files with 1 additions and 1 deletions

View File

@ -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 ? '❌' : '';
}
}