From 1e3f18c72c817057005891ae7c9ecb7c3c82e372 Mon Sep 17 00:00:00 2001 From: Dita Aji Pratama Date: Mon, 30 Sep 2024 17:10:31 +0700 Subject: [PATCH] Add fontawesome icon on sidebar menu --- costapy-templates/prime/html/sidebar.html | 2 +- html/index.html | 20 +++++++++++++++----- 2 files changed, 16 insertions(+), 6 deletions(-) diff --git a/costapy-templates/prime/html/sidebar.html b/costapy-templates/prime/html/sidebar.html index 532b78b..1ede2e9 100644 --- a/costapy-templates/prime/html/sidebar.html +++ b/costapy-templates/prime/html/sidebar.html @@ -6,7 +6,7 @@ % if any(role in item['roles'] for role in user_roles): % endif diff --git a/html/index.html b/html/index.html index 7223ed7..c75fba7 100644 --- a/html/index.html +++ b/html/index.html @@ -53,19 +53,29 @@