diff --git a/src-ui/src/app/components/common/suggestions-dropdown/suggestions-dropdown.component.html b/src-ui/src/app/components/common/suggestions-dropdown/suggestions-dropdown.component.html
index 54bb23863..8d0ce0547 100644
--- a/src-ui/src/app/components/common/suggestions-dropdown/suggestions-dropdown.component.html
+++ b/src-ui/src/app/components/common/suggestions-dropdown/suggestions-dropdown.component.html
@@ -6,7 +6,7 @@
} @else if (noSuggestions) {
} @else {
-
+
}
@if (noSuggestions) {
No suggestions
diff --git a/src-ui/src/main.ts b/src-ui/src/main.ts
index 788629ff6..83990a3f9 100644
--- a/src-ui/src/main.ts
+++ b/src-ui/src/main.ts
@@ -119,6 +119,7 @@ import {
infoCircle,
journalBookmarkFill,
journals,
+ lightbulb,
link,
list,
listNested,
@@ -369,6 +370,7 @@ const icons = {
infoCircle,
journalBookmarkFill,
journals,
+ lightbulb,
link,
list,
listNested,