Update Logo.astro

This commit is contained in:
David Awad
2023-07-20 17:34:51 -04:00
committed by GitHub
parent 424ef09d45
commit 0c9b5f79de

View File

@ -1,6 +1,7 @@
---
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">
🚀 AstroWind</span
>
{SITE?.name}
</span>