Skip to content

Commit 85a658b

Browse files
committed
Fix lock/unlock icon
1 parent a3097c6 commit 85a658b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/StacBrowser.vue

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,8 @@ import getStore from "./store";
9898
import {
9999
AlertPlugin, BadgePlugin, BPopover,
100100
BIconArrow90degUp, BIconArrowLeft, BIconCaretDownFill,
101-
BIconFolderSymlink, BIconInfoLg, BIconList, BIconSearch,
101+
BIconFolderSymlink, BIconInfoLg, BIconList, BIconLock,
102+
BIconSearch, BIconUnlock,
102103
ButtonGroupPlugin, ButtonPlugin, CardPlugin, LayoutPlugin, SpinnerPlugin,
103104
VBToggle, VBVisible } from "bootstrap-vue";
104105
import "bootstrap/dist/css/bootstrap.css";
@@ -180,7 +181,9 @@ export default {
180181
BIconFolderSymlink,
181182
BIconInfoLg,
182183
BIconList,
184+
BIconLock,
183185
BIconSearch,
186+
BIconUnlock,
184187
BPopover,
185188
ErrorAlert,
186189
LanguageChooser,

0 commit comments

Comments
 (0)