update pricing link on waitlist

This commit is contained in:
Andras Bacsai 2023-08-16 16:09:08 +02:00
parent 3ab38e69fc
commit fd74e07fc8

View File

@ -24,6 +24,8 @@
<x-forms.button type="submit">Join Waitlist</x-forms.button> <x-forms.button type="submit">Join Waitlist</x-forms.button>
</form> </form>
Waiting in the line: <span class="font-bold text-warning">{{ $waiting_in_line }}</span> 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>
</div> </div>