Skip to content

Commit c03baa2

Browse files
committed
FX rates
1 parent e8b47a9 commit c03baa2

File tree

4 files changed

+760
-0
lines changed

4 files changed

+760
-0
lines changed

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,17 @@
310310
</svg>
311311
<span class="text-sm font-medium text-gray-900 group-hover:text-blue-700 dark:text-gray-100 dark:group-hover:text-blue-300">Account Directory</span>
312312
</a>
313+
314+
<a
315+
href="/banks/fx-rates?bank_id={bank.bank_id}"
316+
class="group flex items-center gap-2 rounded-lg border border-gray-200 px-3 py-2.5 transition-colors hover:border-blue-300 hover:bg-blue-50 dark:border-gray-700 dark:hover:border-blue-700 dark:hover:bg-blue-900/20"
317+
>
318+
<svg class="h-4 w-4 flex-shrink-0 text-gray-400 group-hover:text-blue-600 dark:group-hover:text-blue-400" fill="none" stroke="currentColor" viewBox="0 0 24 24">
319+
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M7 16l-4-4m0 0l4-4m-4 4h18" />
320+
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M17 8l4 4m0 0l-4 4m4-4H3" />
321+
</svg>
322+
<span class="text-sm font-medium text-gray-900 group-hover:text-blue-700 dark:text-gray-100 dark:group-hover:text-blue-300">FX Rates</span>
323+
</a>
313324
</div>
314325
</div>
315326

0 commit comments

Comments
 (0)