From 8d8322c163ca58b27708394ff5a1c200649f133b Mon Sep 17 00:00:00 2001 From: andatoshiki Date: Sun, 15 Sep 2024 08:43:17 -0700 Subject: [PATCH] chore(footer text): update footer text by changing fontawesome i class based icons to native unicode remoji to redude load time on landing page & rearrange the layout of footer text to stack from the shortest length chunk on top and gradually expand to the lengthiest --- docs/.vitepress/config/footer.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/.vitepress/config/footer.ts b/docs/.vitepress/config/footer.ts index 3a039646..a367e041 100644 --- a/docs/.vitepress/config/footer.ts +++ b/docs/.vitepress/config/footer.ts @@ -1,6 +1,6 @@ import { DefaultTheme } from 'vitepress/theme' export const footer: DefaultTheme.Config['footer'] = { - copyright: `Copyright © 2023-${new Date().getFullYear()} Anda Toshiki, LoliLab and Toshiki Dev present
`, - message: `Wrote with and by Anda Toshiki at root@andatoshiki:/~`, + copyright: `Wrote with 💓 with 🌵 by Anda Toshiki at root@andatoshiki:/~ in the innovative HQ of ASU`, + message: `Copyright © 2023-${new Date().getFullYear()} Anda Toshiki, LoliLab and Toshiki Dev present
`, }