From 2fad539b1bf703ede4e16fbc548b64a12bf1d338 Mon Sep 17 00:00:00 2001 From: Penelope Yong Date: Mon, 19 Feb 2024 23:21:04 +0000 Subject: [PATCH] no full name in footer please --- src/components/layout/Footer.astro | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/layout/Footer.astro b/src/components/layout/Footer.astro index 1d612cf..e6e12bb 100644 --- a/src/components/layout/Footer.astro +++ b/src/components/layout/Footer.astro @@ -8,8 +8,7 @@ const year = new Date().getFullYear(); class="mt-auto flex w-full flex-col items-center justify-center gap-y-2 pb-4 pt-20 text-center align-top font-semibold text-gray-600 dark:text-gray-400 sm:flex-row sm:justify-between sm:text-xs" >
- © {siteConfig.author} - {year} + © pysm {year}