Skip to content

Commit 2db1f37

Browse files
fix: correct formatting in StopPane component for schedule link
1 parent 5c413c4 commit 2db1f37

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/components/stops/StopPane.svelte

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -166,13 +166,13 @@
166166
{#if routeShortNames()}
167167
<h2 class="h2 mb-0 text-white">{$t('routes')}: {routeShortNames().join(', ')}</h2>
168168
{/if}
169-
169+
170170
{#if tripSelected}
171171
<div class="mt-auto flex justify-end">
172172
<a
173-
href={`/stops/${stop.id}/schedule`}
174-
class="inline-block rounded-lg border border-brand bg-brand px-3 py-1 text-sm font-medium text-white shadow-md transition duration-200 ease-in-out hover:bg-brand-secondary"
175-
target="_blank"
173+
href={`/stops/${stop.id}/schedule`}
174+
class="inline-block rounded-lg border border-brand bg-brand px-3 py-1 text-sm font-medium text-white shadow-md transition duration-200 ease-in-out hover:bg-brand-secondary"
175+
target="_blank"
176176
>
177177
{$t('schedule_for_stop.view_schedule')}
178178
</a>

0 commit comments

Comments
 (0)