Skip to content

Commit

Permalink
Merge pull request #3 from flo-bit/main
Browse files Browse the repository at this point in the history
add link
  • Loading branch information
flo-bit authored Oct 13, 2024
2 parents d3ad901 + e9fd21f commit 559c368
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
</script>

<div class="mx-auto px-4 max-w-4xl w-full py-24">
<div>
<div class="flex justify-between items-center">
<div>
<button
type="button"
Expand All @@ -73,6 +73,9 @@
>{state === 'music' ? 'stop ' : 'start '}music</button
>
</div>
<div class="text-stone-500 text-sm font-semibold">
made by <a href="https://flo-bit.dev/" class="text-amber-600">flo-bit</a>
</div>
</div>

<div class="grid grid-cols-1 sm:grid-cols-3 gap-4 mt-8">
Expand Down

0 comments on commit 559c368

Please sign in to comment.