remove pricing from waitlist

This commit is contained in:
Andras Bacsai 2023-08-16 12:23:43 +02:00
parent eb8f760dca
commit 7712a9afac

View File

@ -24,6 +24,6 @@
<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" /> {{-- <x-pricing-plans showSubscribeButtons="false" /> --}}
</div> </div>
</div> </div>