[Status Page] Listing: Better loading effect

This commit is contained in:
Louis Lam
2022-03-17 19:07:05 +08:00
parent 78a732409b
commit 502c7f87e7
4 changed files with 27 additions and 9 deletions

View File

@@ -36,6 +36,7 @@ import {
faChevronDown,
faPen,
faExternalLinkSquareAlt,
faSpinner,
} from "@fortawesome/free-solid-svg-icons";
library.add(
@@ -71,6 +72,7 @@ library.add(
faChevronDown,
faPen,
faExternalLinkSquareAlt,
faSpinner,
);
export { FontAwesomeIcon };