Files
365devnet/src/components/Logo.astro
2023-07-20 17:34:51 -04:00

8 lines
179 B
Plaintext

---
import { SITE } from '~/config.mjs';
---
<span class="self-center ml-2 text-2xl md:text-xl font-bold text-gray-900 whitespace-nowrap dark:text-white">
{SITE?.name}
</span>