fix a few things

This commit is contained in:
Andras Bacsai
2023-09-01 09:34:25 +02:00
parent e74efc4e76
commit 3fabff93f6
8 changed files with 34 additions and 28 deletions

View File

@@ -23,7 +23,7 @@
<x-forms.input id="email" type="email" label="Email" placeholder="youareawesome@protonmail.com" />
<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>
Waiting in the line: <span class="font-bold text-warning">{{ $waitingInLine }}</span>
<div class="pt-4">
See the pricing <a href="https://coolify.io/pricing" class="text-warning">here</a>.
</div>