fixes to index page
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-01-14 10:30:29 +11:00
parent 5130d37632
commit 13af853c45
5 changed files with 11 additions and 4 deletions

View File

@@ -23,7 +23,7 @@ templ Index(info BuildInfo) {
<h1 class="mt-3 text-4xl font-bold">Chargeback Intelligence Dashboard</h1>
<p class="mt-2 text-sm text-slate-600">Point in time snapshots of consumption.</p>
</div>
<div class="flex flex-wrap gap-4">
<div class="web2-button-group">
<a class="web2-button" href="/snapshots/hourly">Hourly Snapshots</a>
<a class="web2-button" href="/snapshots/daily">Daily Snapshots</a>
<a class="web2-button" href="/snapshots/monthly">Monthly Snapshots</a>