mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-09-27 03:40:30 +00:00
lightbulb
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@
|
|||||||
} @else if (noSuggestions) {
|
} @else if (noSuggestions) {
|
||||||
<i-bs width="1.2em" height="1.2em" name="check-circle"></i-bs>
|
<i-bs width="1.2em" height="1.2em" name="check-circle"></i-bs>
|
||||||
} @else {
|
} @else {
|
||||||
<i-bs width="1.2em" height="1.2em" name="stars"></i-bs>
|
<i-bs width="1.2em" height="1.2em" name="lightbulb"></i-bs>
|
||||||
}
|
}
|
||||||
@if (noSuggestions) {
|
@if (noSuggestions) {
|
||||||
<span class="d-none d-lg-inline ps-1" i18n>No suggestions</span>
|
<span class="d-none d-lg-inline ps-1" i18n>No suggestions</span>
|
||||||
|
|||||||
@@ -119,6 +119,7 @@ import {
|
|||||||
infoCircle,
|
infoCircle,
|
||||||
journalBookmarkFill,
|
journalBookmarkFill,
|
||||||
journals,
|
journals,
|
||||||
|
lightbulb,
|
||||||
link,
|
link,
|
||||||
list,
|
list,
|
||||||
listNested,
|
listNested,
|
||||||
@@ -369,6 +370,7 @@ const icons = {
|
|||||||
infoCircle,
|
infoCircle,
|
||||||
journalBookmarkFill,
|
journalBookmarkFill,
|
||||||
journals,
|
journals,
|
||||||
|
lightbulb,
|
||||||
link,
|
link,
|
||||||
list,
|
list,
|
||||||
listNested,
|
listNested,
|
||||||
|
|||||||
Reference in New Issue
Block a user