Skip to content

Commit b77b262

Browse files
committed
banks detail layout
1 parent 8262e5d commit b77b262

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/routes/(protected)/banks/[bank_id]/+page.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
{#if data.bank}
1717
<div class="flex items-center gap-3 mb-2">
1818
<Building class="size-8 text-secondary-500" />
19-
<h1 class="h1">{data.bank.full_name}</h1>
19+
<h1 class="h1 font-mono">{data.bank_id}</h1>
2020
</div>
21-
<p class="text-surface-400 mb-8 font-mono">{data.bank_id}</p>
21+
<p class="text-surface-400 mb-8">{data.bank.full_name}</p>
2222

2323
<div class="card p-6 preset-filled-surface-50-950 mb-6">
2424
<h2 class="h3 mb-4 flex items-center gap-2">

0 commit comments

Comments
 (0)