www_projectinca_archive/src/components/Logo.astro

8 lines
219 B
Plaintext
Raw Normal View History

2024-06-04 12:03:43 +00:00
---
import { SITE } from 'astrowind:config';
---
2024-06-07 08:42:08 +00:00
<span class="flex items-center 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">
2024-06-06 18:45:59 +00:00
{SITE?.name}
2024-06-04 12:03:43 +00:00
</span>