Add Help button which links to wiki

This commit is contained in:
Louis Lam
2023-01-16 12:39:24 +08:00
parent 31f45dcfc9
commit b073ec2287
2 changed files with 8 additions and 0 deletions

View File

@@ -44,6 +44,7 @@ import {
faWrench,
faHeartbeat,
faFilter,
faInfoCircle,
} from "@fortawesome/free-solid-svg-icons";
library.add(
@@ -88,6 +89,7 @@ library.add(
faWrench,
faHeartbeat,
faFilter,
faInfoCircle,
);
export { FontAwesomeIcon };