Skip to content

Commit 9582562

Browse files
committed
Homebutton and filter box clairty
1 parent e5b6028 commit 9582562

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

src/lib/components/ResultHeading.svelte

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
<div class="notificationRequesterWrapper">
1111
<NotificationRequester />
1212
</div>
13-
<img class="results-info__icon" src="/icons/icon.svg" alt="Toi" width="128" height="128" />
13+
<a href="/"><img class="results-info__icon" src="/icons/icon.svg" alt="Toi" width="128" height="128" /></a>
14+
1415
<h3 class="results-info__title">Showing Results</h3>
1516
<div class="results-info__body">
1617
<span class="results-info__body__marker"

src/lib/components/SearchBox.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
</script>
2828

2929
<div class='wrapper'>
30-
<label>Address/Location</label>
30+
<label>Filter by Address/Location</label>
3131
<input type='text' bind:value={searchTerm} placeholder='Enter Address/Location'>
3232
</div>
3333

0 commit comments

Comments
 (0)