www_projectinca_archive/src/components/Logo.astro

10 lines
209 B
Plaintext
Raw Normal View History

2024-06-04 12:03:43 +00:00
---
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"
>
🌎 {SITE?.name}
</span>