From b073ec22870e1cb8b0894bfeb65782bc6198f8a7 Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Mon, 16 Jan 2023 12:39:24 +0800 Subject: [PATCH] Add Help button which links to wiki --- src/icon.js | 2 ++ src/layouts/Layout.vue | 6 ++++++ 2 files changed, 8 insertions(+) diff --git a/src/icon.js b/src/icon.js index b38bef3ce..6cc997bbd 100644 --- a/src/icon.js +++ b/src/icon.js @@ -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 }; diff --git a/src/layouts/Layout.vue b/src/layouts/Layout.vue index d8e96aa82..9069aef70 100644 --- a/src/layouts/Layout.vue +++ b/src/layouts/Layout.vue @@ -63,6 +63,12 @@ +
  • + + {{ $t("Help") }} + +
  • +