diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 7ae45d3..d12600a 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -6,6 +6,6 @@ const currentYear = new Date().getFullYear(); class="bg-slate-200 dark:bg-slate-800 dark:text-white py-8 border-t border-t-slate-300 dark:border-t-slate-700" >
-

© {currentYear} HolySheets

+

© {currentYear} Holysheets!/p>

diff --git a/src/components/Header.astro b/src/components/Header.astro index e9bbe69..a8aa3be 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -14,10 +14,10 @@ import Logo from "../assets/holysheets-logo.svg"; HolySheets Logo - HolySheets! + Holysheets! - Before using HolySheets, it's important to have Google credentials for your project. For more information on how to obtain these, please refer to the [Getting Credentials](/docs/getting-credentials) guide. + Before using Holysheets! it's important to have Google credentials for your project. For more information on how to obtain these, please refer to the [Getting Credentials](/docs/getting-credentials) guide.