Skip to content

Commit

Permalink
update pricing link on waitlist
Browse files Browse the repository at this point in the history
  • Loading branch information
andrasbacsai committed Aug 16, 2023
1 parent 3ab38e6 commit fd74e07
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion resources/views/livewire/waitlist.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
<x-forms.button type="submit">Join Waitlist</x-forms.button>
</form>
Waiting in the line: <span class="font-bold text-warning">{{ $waiting_in_line }}</span>
{{-- <x-pricing-plans showSubscribeButtons="false" /> --}}
<div class="pt-4">
See the pricing <a href="https://coolify.io/pricing" class="text-warning">here</a>.
</div>
</div>
</div>

0 comments on commit fd74e07

Please sign in to comment.