Skip to content

Commit

Permalink
Update src/lib/components/documents/NoDocuments.svelte
Browse files Browse the repository at this point in the history
Co-authored-by: Allan Lasser <[email protected]>
  • Loading branch information
eyeseast and allanlasser authored Feb 29, 2024
1 parent 51f7741 commit 8fa78c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/components/documents/NoDocuments.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
import { _ } from "svelte-i18n";
// SVG assets
import emptyResultsSvg from "@/assets/empty_results.svg?raw";
import { Search24 } from "svelte-octicons";
</script>

<div class="no-results">
<h2>{$_("noDocuments.noSearchResults")}</h2>
<div class="img">
{@html emptyResultsSvg}
<Search24 height="32" width="32" />
</div>
<div class="text">
<p>
Expand Down

0 comments on commit 8fa78c5

Please sign in to comment.