Adds rules page

This commit is contained in:
2026-05-18 00:44:53 -05:00
parent 642228f4a9
commit ebe0a9692f
3 changed files with 74 additions and 0 deletions

View File

@@ -29,4 +29,11 @@
<span class="btm-nav-label text-xs">Scores</span>
</button>
{/if}
<button class:active={isActive('/rules')} onclick={() => push('/rules')}>
<svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 12h6m-6 4h6m2 5H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z" />
</svg>
<span class="btm-nav-label text-xs">Rules</span>
</button>
</nav>