feat: update layout and styling for Media Manager, including logo and background image integration

This commit is contained in:
maxDorninger
2025-05-24 23:05:57 +02:00
parent d779bac8ce
commit 0a3fef8908
4 changed files with 30 additions and 11 deletions

View File

@@ -6,5 +6,5 @@
<div {...props} class="flex items-center">
<img alt="Logo" class="mr-2 h-12 w-12" src={logo}/>
<span class="text-3xl font-bold">Media Manager</span>
<span class="text-3xl font-bold dark:text-white">Media Manager</span>
</div>