Improve search bar clarity

This commit is contained in:
2026-02-14 21:56:16 +00:00
parent 97703a081a
commit 40b4fc94a6

View File

@@ -57,7 +57,7 @@
<div class="list-container"> <div class="list-container">
<a href="https://owlboard.info" class="button-link">Go to OwlBoard Live Departures & PIS</a> <a href="https://owlboard.info" class="button-link">Go to OwlBoard Live Departures & PIS</a>
<input type="text" bind:value={searchTerm} placeholder="Search" class="search-input" /> <input type="text" bind:value={searchTerm} placeholder="Search Station/Jn" class="search-input" />
{#each filteredMaps as map (map.routeId)} {#each filteredMaps as map (map.routeId)}
<a <a
href={resolve(`/map/${map.routeId.toString().padStart(4, '0')}`)} href={resolve(`/map/${map.routeId.toString().padStart(4, '0')}`)}