diff --git a/docs/.vitepress/config/footer.ts b/docs/.vitepress/config/footer.ts
index a4266910..edf6e167 100644
--- a/docs/.vitepress/config/footer.ts
+++ b/docs/.vitepress/config/footer.ts
@@ -1,8 +1,6 @@
import { DefaultTheme } from 'vitepress/theme'
export const footer: DefaultTheme.Config['footer'] = {
- message: `Wrote with and ☕ by Anda Toshiki at root@andatoshiki:/~`,
- copyright: `Copyright © 2023-${new Date().getFullYear()} Anda Toshiki
-
- `,
-}
+ copyright: `Copyright © 2023-${new Date().getFullYear()} Anda Toshiki, LoliLab and Toshiki Dev present
`,
+ message: `Wrote with and by Anda Toshiki at root@andatoshiki:/~`,
+}
\ No newline at end of file