From ced4b75df3e80acace40fe10fa2560f7dba1a143 Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Sun, 11 Dec 2022 12:21:41 -0800 Subject: [PATCH] fix: proper icon --- src/routes/_components/status/StatusHeader.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/routes/_components/status/StatusHeader.html b/src/routes/_components/status/StatusHeader.html index 39f27bff..9c1e4632 100644 --- a/src/routes/_components/status/StatusHeader.html +++ b/src/routes/_components/status/StatusHeader.html @@ -141,6 +141,8 @@ return '#fa-pencil' } else if (notificationType === 'follow_request') { return '#fa-hourglass' + } else if (notificationType === 'admin.report') { + return '#fa-flag' } return '#fa-star' },