Skip to content

Commit

Permalink
- waitlist
Browse files Browse the repository at this point in the history
  • Loading branch information
adnjoo committed Nov 4, 2024
1 parent 0ee0780 commit 7011685
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion app/views/layouts/_footer.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
<div class="grid gap-2">
<h4 class="text-sm font-semibold">Quick Links</h4>
<a href="<%= root_path %>" class="text-sm hover:underline">Home</a>
<a href="<%= WAITLIST_LINK %>" class="text-sm hover:underline" target="_blank">Waitlist</a>
<a href="<%= pricing_path %>" class="text-sm hover:underline">Pricing</a>
</div>

Expand Down
2 changes: 0 additions & 2 deletions config/initializers/constants.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
TWITTER_CARD = "https://dueltasks.com/20241022193042_x.png"
TWITTER_LINK = "https://x.com/dueltasks"

WAITLIST_LINK = "https://forms.gle/6sFw9P3nqfKd575F7"

# Subscription Prices
SUBSCRIPTION_PRICE_MONTHLY = 1
SUBSCRIPTION_PRICE_ANNUAL = 50

0 comments on commit 7011685

Please sign in to comment.