Files
backend/src/resources/views/filament/admin/logo.blade.php
Berg János 7393af96ac
All checks were successful
Build docker image / build_docker_image (push) Successful in 3m50s
! Published.
2025-05-01 19:26:39 +02:00

5 lines
267 B
PHP

<!-- 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>