www_projectinca_archive/src/components/Logo.astro
2024-06-07 09:14:05 -04:00

8 lines
219 B
Plaintext

---
import { SITE } from 'astrowind:config';
---
<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">
{SITE?.name}
</span>