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
`, }