summaryrefslogtreecommitdiff
path: root/src/components/Logo.astro
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Logo.astro')
-rw-r--r--src/components/Logo.astro9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/components/Logo.astro b/src/components/Logo.astro
new file mode 100644
index 0000000..8469792
--- /dev/null
+++ b/src/components/Logo.astro
@@ -0,0 +1,9 @@
+---
+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>