From 0dcb527bf35cf875251563bb279566880b82c2ed Mon Sep 17 00:00:00 2001 From: syuilo Date: Tue, 13 Nov 2018 22:45:28 +0900 Subject: [Client] Fix bug --- src/client/app/init.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/client/app/init.ts') diff --git a/src/client/app/init.ts b/src/client/app/init.ts index 2e320acf80..4540a11b54 100644 --- a/src/client/app/init.ts +++ b/src/client/app/init.ts @@ -110,6 +110,7 @@ import { faMemory, faServer, faExclamationCircle, + faSpinner, } from '@fortawesome/free-solid-svg-icons'; import { @@ -217,6 +218,7 @@ library.add( faMemory, faServer, faExclamationCircle, + faSpinner, farBell, farEnvelope, -- cgit v1.2.3-freya