Skip to content

Commit

Permalink
move create event site
Browse files Browse the repository at this point in the history
  • Loading branch information
mtte committed Oct 29, 2023
1 parent d6d6281 commit 1e35143
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions frontend/src/lib/QRScan.svelte
Expand Up @@ -85,7 +85,7 @@
<reader id="reader" class="absolute w-full h-full bg-black object-cover pointer-events-none -z-20" />

<!-- svelte-ignore a11y-media-has-caption -->
<!-- <video
<video
bind:this={video}
class="h-full w-full absolute bg-black object-cover pointer-events-none -z-10"
playsinline
Expand All @@ -109,7 +109,7 @@
<a href="/events/create" type="submit" class="flex justify-center items-center ml-auto text-white font-bold w-16 h-16 rounded-full mr-8 bg-accent">
<i class="fa fa-plus text-2xl mx-auto"></i>
</a>
</section> -->
</section>

</main>

Expand Down
2 changes: 1 addition & 1 deletion frontend/src/routes/events/+page.svelte
Expand Up @@ -82,7 +82,7 @@
{/each}
</div>
<div class="fixed bottom-20 py-3 right-8 mt-auto flex justify-between">
<a class="ml-auto text-white font-bold py-3 px-4 rounded-full" style="background-color:#5C3D95" href="/createevent">
<a class="ml-auto text-white font-bold py-3 px-4 rounded-full" style="background-color:#5C3D95" href="/events/create">
<i class="fa fa-plus text-2xl mx-auto"></i>
</a>
</div>
Expand Down

0 comments on commit 1e35143

Please sign in to comment.