diff --git a/src/components/Footer.astro b/src/components/Footer.astro index c2863b8..27cfba8 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -7,14 +7,17 @@ import { VERSION } from '../consts'
Remove distractions. Save for later.
- Hand-crafted with by Ayo Ayco -
- Blog • - SourceHut • - Mastodon -
+

+ Hand-crafted with by Ayo Ayco +

+

+ Blog • + Source code • + Mastodon • + Bluesky +

{VERSION}
diff --git a/src/consts.ts b/src/consts.ts index e5e5451..5a330bf 100644 --- a/src/consts.ts +++ b/src/consts.ts @@ -6,4 +6,4 @@ export const SITE_AUTHOR_MASTODON = 'https://social.ayco.io/@ayo' export const SITE_PROJECT_REPO = 'https://github.com/ayoayco/Cozy' export const SITE_DESCRIPTION = 'The Web is Yours.' -export const VERSION = 'Drooling-Dogs' +export const VERSION = 'Early-Egg'