"Refactor database connection and template rendering using Conventional Commits (feat)"

This commit is contained in:
Till Tomczak 2025-05-29 14:37:25 +02:00
parent 9fa01e02e7
commit a8d730134b
2 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -108,7 +108,7 @@
<div class="flex-shrink-0">
<a href="{{ url_for('dashboard') }}" class="navbar-brand" aria-label="Zur Startseite">
<!-- Mercedes-Benz Logo -->
<div class="w-7 h-7 sm:w-8 sm:h-8 lg:w-9 lg:h-9 transition-all duration-300 group-hover:rotate-12">
<div class="w-5 h-5 sm:w-6 sm:h-6 lg:w-7 lg:h-7 transition-all duration-300 group-hover:rotate-12">
<svg class="w-full h-full text-slate-900 dark:text-white transition-colors duration-300" fill="currentColor" viewBox="0 0 80 80" aria-hidden="true">
<path d="M58.6,4.5C53,1.6,46.7,0,40,0c-6.7,0-13,1.6-18.6,4.5v0C8.7,11.2,0,24.6,0,40c0,15.4,8.7,28.8,21.5,35.5
C27,78.3,33.3,80,40,80c6.7,0,12.9-1.7,18.5-4.6C71.3,68.8,80,55.4,80,40C80,24.6,71.3,11.2,58.6,4.5z M4,40
@ -120,7 +120,7 @@
</div>
<!-- Brand Text -->
<div class="flex flex-col ml-2">
<span class="text-lg lg:text-xl font-bold text-slate-900 dark:text-white transition-colors duration-300 tracking-tight">Mercedes-Benz</span>
<span class="text-base lg:text-lg font-bold text-slate-900 dark:text-white transition-colors duration-300 tracking-tight">Mercedes-Benz</span>
<span class="text-xs font-medium text-slate-600 dark:text-slate-400 transition-colors duration-300">MYP 3D-Druck Platform</span>
</div>
</a>