Replace logo text with image for improved branding consistency and visual appeal
This commit is contained in:
BIN
public/images/365DevNet_Brand_Transparent.webp
Normal file
BIN
public/images/365DevNet_Brand_Transparent.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 47 KiB |
@@ -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;"
|
||||
/>
|
||||
|
Reference in New Issue
Block a user