Skip to content

Commit

Permalink
fix: use correct spacings in frontend text
Browse files Browse the repository at this point in the history
  • Loading branch information
ghivert committed Aug 2, 2024
1 parent 2101eb8 commit 2e087df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/frontend/src/frontend/view/body/cache.gleam
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ fn maybe_separator(l) {

fn empty_types() {
h.div([a.class("search-result-empty-callout")], [
h.text("Unfortunately, your query did not find any matching function."),
h.text("Keep in mind you can use _ when you don't"),
h.text(" know the type you're searching for."),
h.text("Unfortunately, your query did not find any matching function. "),
h.text("Keep in mind you can use _ when you don't "),
h.text("know the type you're searching for."),
h.br([]),
h.text("You can still take a look below, in case the vector search"),
h.text(" returned an approximate result. Otherwise, refine your request!"),
Expand Down

0 comments on commit 2e087df

Please sign in to comment.