Add bus & ferry to public ldb
This commit is contained in:
@@ -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}
|
||||
|
||||
@@ -18,4 +18,10 @@
|
||||
<p>{line}</p>
|
||||
{/each}
|
||||
|
||||
</Island>
|
||||
</Island>
|
||||
|
||||
<style>
|
||||
p {
|
||||
color: white;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user