Skip to content

Commit da86a59

Browse files
committed
fix(ui): bootstrap icons
1 parent 56d101b commit da86a59

File tree

2 files changed

+1326
-1326
lines changed

2 files changed

+1326
-1326
lines changed

ui/build/icons/build.bootstrap-icons.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ fileContents
3535
.forEach(line => {
3636
line = line.trim()
3737
if (line.startsWith('.')) {
38-
const pos = line.indexOf(':before')
38+
const pos = line.indexOf('::before')
3939
if (pos > 0) {
4040
line = line.slice(1, pos)
4141
if (blacklisted.includes(line) === false) {

0 commit comments

Comments
 (0)