aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/group_edit.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/tpl/group_edit.tpl')
-rw-r--r--view/tpl/group_edit.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/group_edit.tpl b/view/tpl/group_edit.tpl
index f6ab1e594..0e22c50eb 100644
--- a/view/tpl/group_edit.tpl
+++ b/view/tpl/group_edit.tpl
@@ -1,8 +1,8 @@
<div class="generic-content-wrapper">
<div class="section-title-wrapper">
<div class="float-end">
- <button id="fullscreen-btn" type="button" class="btn btn-outline-secondary btn-sm" onclick="makeFullScreen();"><i class="fa fa-expand"></i></button>
- <button id="inline-btn" type="button" class="btn btn-outline-secondary btn-sm" onclick="makeFullScreen(false);"><i class="fa fa-compress"></i></button>
+ <button id="fullscreen-btn" type="button" class="btn btn-outline-secondary btn-sm" onclick="makeFullScreen();"><i class="bi fa-expand"></i></button>
+ <button id="inline-btn" type="button" class="btn btn-outline-secondary btn-sm" onclick="makeFullScreen(false);"><i class="bi fa-compress"></i></button>
</div>
<h2>{{$title}}</h2>
</div>