🚸 Added stores for navbar and added feature-overview

This commit is contained in:
Mawoka
2022-03-03 17:42:41 +01:00
parent c126bbcd59
commit 829fbc768d
6 changed files with 41 additions and 9 deletions
+1 -1
View File
@@ -70,7 +70,7 @@
<li class='py-2'>
<a
class='text-lg font-medium lg:px-4 text-gray-600 hover:text-green-600 link-hover'
href='#install'>Play</a
href='/play'>Play</a
>
</li>
<li class='py-2'>
+4
View File
@@ -0,0 +1,4 @@
import { writable } from 'svelte/store';
export const navbarVisible = writable(true);