Replace logo text with image for improved branding consistency and visual appeal

This commit is contained in:
becarta
2025-05-14 01:34:24 +02:00
parent d81e70e220
commit b7e96a3f76
2 changed files with 6 additions and 6 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

View File

@@ -2,9 +2,9 @@
import { SITE } from 'astrowind:config';
---
<span
class="self-center ml-2 rtl:ml-0 rtl:mr-2 text-2xl md:text-xl font-bold text-gray-900 whitespace-nowrap dark:text-white"
aria-label={SITE?.name}
>
{SITE?.name}
</span>
<img
src="/images/365DevNet_Brand_Transparent.webp"
alt={SITE?.name || '365DevNet Logo'}
class="self-center ml-2 rtl:ml-0 rtl:mr-2 h-10 w-auto max-h-12"
style="max-height: 2.5rem;"
/>