feat: project and subdomain rename

This commit is contained in:
2026-09-08 14:13:46 +02:00
parent 66527515ef
commit 16d847137d
10 changed files with 18 additions and 18 deletions
+2 -2
View File
@@ -4,8 +4,8 @@
<div class="w-full h-screen flex flex-col items-center justify-center px-4">
<div class="w-full max-w-md p-8 bg-gray-100 border border-gray-200 rounded-md">
<h1 class="flex items-center justify-between mb-6">
<img class="h-10 w-auto" src="{{ asset('build/images/logo.svg') }}" alt="My E&amp;P Team">
<span class="text-3xl md:text-4xl leading-none font-bold text-gray-900">MyE&amp;P Team</span>
<img class="h-10 w-auto" src="{{ asset('build/images/logo.svg') }}" alt="E&amp;P Team">
<span class="text-3xl md:text-4xl leading-none font-bold text-gray-900">E&amp;P Team</span>
</h1>
{% if error %}
<div class="flex items-center space-x-1 bg-red-500 text-white p-2 rounded-md mb-6">
+3 -3
View File
@@ -4,8 +4,8 @@
<div class="w-full h-screen flex flex-col items-center justify-center px-4">
<div class="w-full max-w-md p-8 bg-gray-100 border border-gray-200 rounded-md">
<h1 class="flex items-center justify-between mb-6">
<span class="text-3xl md:text-4xl leading-none font-bold text-gray-900">MyE&amp;P Team</span>
<img class="h-10 w-auto" src="{{ asset('build/images/logo.svg') }}" alt="My E&amp;P Team">
<span class="text-3xl md:text-4xl leading-none font-bold text-gray-900">E&amp;P Team</span>
<img class="h-10 w-auto" src="{{ asset('build/images/logo.svg') }}" alt="E&amp;P Team">
</h1>
{{ form_start(form) }}
<div class="mb-6">
@@ -28,4 +28,4 @@
</div>
</div>
{% endblock %}
{% endblock %}