Skip to content

Commit

Permalink
Make tooltip for adding a filter more clear
Browse files Browse the repository at this point in the history
  • Loading branch information
dabreegster committed Apr 19, 2024
1 parent ffa961d commit 2581a08
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion web/src/edit/NeighbourhoodMode.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,14 @@
{props.shortcuts} shortcuts through {props.name ?? "unnamed road"}
</p>
{#if action == "filter"}
<p>Click to add modal filter</p>
<div>
<img
src={`${import.meta.env.BASE_URL}/filters/${$filterType}_icon.gif`}
width="20"
alt="Add modal filter"
/>
Click to add modal filter
</div>
{:else}
<p>Click to change direction</p>
{/if}
Expand Down

0 comments on commit 2581a08

Please sign in to comment.