Updated menu visibility

This commit is contained in:
Murat Özkorkmaz
2025-11-04 17:48:26 +01:00
parent a1df61f8fb
commit 21a6b7da8c
18 changed files with 135 additions and 70 deletions

View File

@@ -1,7 +1,7 @@
<div class="flex flex-wrap items-center justify-between gap-4">
<div class="flex items-center gap-2">
<div class="mb-5">
<h1 i18n>Projekt Details</h1>
<h1 >Projekt Details</h1>
<h4>{{ projectDetailsDTO?.name }}</h4>
<p class="my-4 text-lg text-gray-500">Erstellt: {{ projectDetailsDTO?.createdAt | date: 'dd.MM.yyyy HH:mm' }}</p>
</div>