mirror of
https://github.com/ershisan99/coolify.git
synced 2026-01-03 04:59:27 +00:00
fix
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
<x-layout-simple>
|
||||
<div class="flex items-center justify-center h-screen">
|
||||
<div class="flex items-center justify-center min-h-screen">
|
||||
<div>
|
||||
<div class="pb-8 text-5xl font-bold tracking-tight text-center text-white">Coolify</div>
|
||||
<div class="flex items-center gap-2">
|
||||
<h1 class="pb-0">{{ __('auth.register') }}</h1>
|
||||
<a href="/login" class="flex justify-center pt-2">
|
||||
<x.inputs-button>{{ __('auth.already-registered') }}</x.inputs-button>
|
||||
<a href="/login" class="flex justify-center pt-2 hover:no-underline">
|
||||
<x-forms.button type="submit">{{ __('auth.already-registered') }}</x-forms.button>
|
||||
</a>
|
||||
</div>
|
||||
<form action="/register" method="POST" class="flex flex-col gap-2">
|
||||
|
||||
Reference in New Issue
Block a user