Add bus & ferry to public ldb

This commit is contained in:
Fred Boniface
2023-06-19 14:21:17 +01:00
parent 3c191c4793
commit 7df190220f
7 changed files with 200 additions and 63 deletions

View File

@@ -19,7 +19,7 @@
{link.toUpperCase()}
</a>
{:else if link.length === 4}
<a class="link" href="/result-timetable?headcode={link}">
<a class="link" href="/train?headcode={link}">
{link.toUpperCase()}
</a>
{/if}

View File

@@ -18,4 +18,10 @@
<p>{line}</p>
{/each}
</Island>
</Island>
<style>
p {
color: white;
}
</style>