Compare commits
No commits in common. "fa6c94153f0fad047f26f748f14c766713e8c5ab" and "8301f34a918648f268bce06adba7d64a2c638811" have entirely different histories.
fa6c94153f
...
8301f34a91
2
webapp/.gitignore
vendored
2
webapp/.gitignore
vendored
@ -1,6 +1,6 @@
|
||||
.DS_Store
|
||||
node_modules
|
||||
build/
|
||||
/public/build
|
||||
/.svelte-kit
|
||||
/package
|
||||
.env
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
}
|
||||
</script>
|
||||
|
||||
<aside class="absolute w-full h-full bg-gray-200 border-r-2 shadow-lg z-10" class:open>
|
||||
<aside class="absolute w-full h-full bg-gray-200 border-r-2 shadow-lg" class:open>
|
||||
<nav class="p-12 text-xl">
|
||||
<a class="block" href="/" on:click={close}>Home</a>
|
||||
<a class="block" href="/about" on:click={close}>About</a>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user