From 0e793097cdbb95fdbaca7aa3d0c866120146aec5 Mon Sep 17 00:00:00 2001 From: prototypa Date: Thu, 27 Jul 2023 14:47:50 -0400 Subject: [PATCH] Add rocket icon --- src/components/Logo.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Logo.astro b/src/components/Logo.astro index 933a8ab..3311680 100644 --- a/src/components/Logo.astro +++ b/src/components/Logo.astro @@ -3,5 +3,5 @@ import { SITE } from '~/config.mjs'; --- - {SITE?.name} + 🚀 {SITE?.name}