aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/thing_input.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/tpl/thing_input.tpl')
-rw-r--r--view/tpl/thing_input.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/thing_input.tpl b/view/tpl/thing_input.tpl
index 12e99969f..9eeca625c 100644
--- a/view/tpl/thing_input.tpl
+++ b/view/tpl/thing_input.tpl
@@ -31,7 +31,7 @@
{{if $lockstate}}
<button id="dbtn-acl" class="btn btn-outline-secondary btn-sm" data-bs-toggle="modal" data-bs-target="#aclModal" onclick="return false;">
- <i id="jot-perms-icon" class="fa fa-{{$lockstate}}"></i>
+ <i id="jot-perms-icon" class="bi bi-{{$lockstate}}"></i>
</button>
{{/if}}