Update src/routes/(user)/account/+page.svelte

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
Josh Creek
2024-11-19 20:39:44 +00:00
committed by GitHub
parent cf5771396c
commit 15d2f04754
+1
View File
@@ -125,6 +125,7 @@
<section class="space-y-4">
<h2 class="text-xl font-semibold">Credit Usage</h2>
<p class="text-gray-600">Monitor your credit balance and view transaction history.</p>
<a href="/credits" class="btn btn-secondary w-full">View details</a>
</section>