Files
backend/src/resources/views/filament/admin/logo.blade.php

5 lines
267 B
PHP
Raw Normal View History

2025-05-01 19:26:39 +02:00
<!-- TODO: this is just a placeholder, make this properly!!! -->
<div style="display: flex; align-items: center; justify-content: center; padding: 1em auto">
<img src="{{ asset('images/logo.svg') }}" alt="Logo" class="h-20" style="max-width: 100%"></img>
</div>