Added the patch notes button to the sidebar

This commit is contained in:
Miraak 2024-12-28 13:03:55 +01:00
parent 5eeaec7366
commit c53efb03d9

View File

@ -56,7 +56,11 @@ class="bg-slate-700 mx-4 p-2 rounded gap-4 flex justify-center outline outline-1
<span class="font-bold">Download</span>
</x-web.sidebar.button>
<x-web.sidebar.button routeName="how-to-play">
<x-web.sidebar.button routeName="patch-notes">
<span class="font-bold">Patch Notes</span>
</x-web.sidebar.button>
<x-web.sidebar.button routeName="how-to-play">
<span class="font-bold">How to Play</span>
</x-web.sidebar.button>