Skip to content

Commit 520b10e

Browse files
kamilszewczyk0szymon-rd
authored andcommitted
adding comment wioth instruction to fix
1 parent c181b41 commit 520b10e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scaladoc-js/main/src/searchbar/SearchbarComponent.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ class SearchbarComponent(engine: PageSearchEngine, inkuireEngine: InkuireJSSearc
103103
searchTask.map { result =>
104104
if result.isEmpty then
105105
val noResultsDiv = div(id := "no-results-container")(
106+
// TODO fix path to the element
106107
img(src := "./images/no-results.svg", alt := "Sick face"),
107108
h2(cls := "h200 no-result-header")("No results match your filter criteria."),
108109
p(cls := "body-small no-result-content")("Try adjusting or clearing your filters", p("to display better result")),

0 commit comments

Comments
 (0)