Skip to content

Commit

Permalink
[fix] Update waitlist button text
Browse files Browse the repository at this point in the history
  • Loading branch information
kiritowu committed Jan 6, 2025
1 parent ee0d6b8 commit cd5245c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions front-end/src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
</p>
<Button href="https://forms.gle/C4MyKxAyUhhgds4U9" class="ml-auto mb-10">
<LogIn class="mr-2 h-4 w-4" />
<span>Be Our Beta Tester!</span>
<span>Join Our Waitlist!</span>
</Button>
<Carousel.Root
class="mb-10 shadow-lg shadow-slate-500 rounded-xl"
Expand Down Expand Up @@ -212,7 +212,7 @@
</p>
<Button class="mb-10" href="https://forms.gle/C4MyKxAyUhhgds4U9">
<LogIn class="mr-2 h-4 w-4" />
<span>Be Our Beta Tester!</span>
<span>Join Our Waitlist!</span>
</Button>
<p class="text-slate-600 pt-8 pb-1 text-sm">
SG Lib Books is an independent project that has no affiliation with the National Library
Expand Down

0 comments on commit cd5245c

Please sign in to comment.