We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5b6028 commit 9582562Copy full SHA for 9582562
2 files changed
src/lib/components/ResultHeading.svelte
@@ -10,7 +10,8 @@
10
<div class="notificationRequesterWrapper">
11
<NotificationRequester />
12
</div>
13
- <img class="results-info__icon" src="/icons/icon.svg" alt="Toi" width="128" height="128" />
+ <a href="/"><img class="results-info__icon" src="/icons/icon.svg" alt="Toi" width="128" height="128" /></a>
14
+
15
<h3 class="results-info__title">Showing Results</h3>
16
<div class="results-info__body">
17
<span class="results-info__body__marker"
src/lib/components/SearchBox.svelte
@@ -27,7 +27,7 @@
27
</script>
28
29
<div class='wrapper'>
30
- <label>Address/Location</label>
+ <label>Filter by Address/Location</label>
31
<input type='text' bind:value={searchTerm} placeholder='Enter Address/Location'>
32
33
0 commit comments