Credit Dashboard
Credits Remaining: {creditsRemaining}
+Transaction History
No transactions found.
{:else} -| Date | @@ -88,4 +149,15 @@ table { margin-top: 1rem; } + button { + margin: 0 1rem; + padding: 0.5rem 1rem; + border: 1px solid #ccc; + border-radius: 0.5rem; + cursor: pointer; + } + button.font-bold { + font-weight: bold; + background-color: #f0f0f0; + }
|---|