Skip to content

Commit

Permalink
add map button to landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
secondl1ght committed May 18, 2023
1 parent d7da11e commit 3c0145e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,13 @@
{:else}
<HeaderPlaceholder />
{/if}
<a
href="/map"
class="mx-auto my-8 block w-fit rounded-full bg-gradient-to-r from-[#0ecd71] to-[#040273] px-7 py-3.5 text-lg font-semibold text-white"
>Open Map</a
>
<div
class="my-16 flex flex-wrap justify-center rounded-2xl bg-white/30 py-6 dark:bg-white/[0.15]"
class="my-8 flex flex-wrap justify-center rounded-2xl bg-white/30 py-6 dark:bg-white/[0.15]"
>
{#each $apps as app}
<div
Expand Down

0 comments on commit 3c0145e

Please sign in to comment.