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';
|
import { SITE } from 'astrowind:config';
|
||||||
---
|
---
|
||||||
|
|
||||||
<span
|
<img
|
||||||
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"
|
src="/images/365DevNet_Brand_Transparent.webp"
|
||||||
aria-label={SITE?.name}
|
alt={SITE?.name || '365DevNet Logo'}
|
||||||
>
|
class="self-center ml-2 rtl:ml-0 rtl:mr-2 h-10 w-auto max-h-12"
|
||||||
{SITE?.name}
|
style="max-height: 2.5rem;"
|
||||||
</span>
|
/>
|
||||||
|
Reference in New Issue
Block a user