Skip to content

Commit

Permalink
ui: license plate text
Browse files Browse the repository at this point in the history
  • Loading branch information
felixguendling committed May 25, 2024
1 parent 5937679 commit b1d4d8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@
<tbody>
{#each vehicles.entries() as [id, v]}
<tr>
<td class="pr-2 tracking-tight leading-none">{v.license_plate}</td>
<td class="pr-4 text-sm tracking-tight leading-none">{v.license_plate}</td>
{#each split(range, 60) as x}
<td>
<table class="w-full">
Expand Down

0 comments on commit b1d4d8a

Please sign in to comment.