www_projectinca_archive/src/components/Logo.astro

10 lines
204 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"
>
2024-06-06 18:45:59 +00:00
{SITE?.name}
2024-06-04 12:03:43 +00:00
</span>