diff --git a/docs/.vitepress/config/footer.ts b/docs/.vitepress/config/footer.ts
index d471823a..a4266910 100644
--- a/docs/.vitepress/config/footer.ts
+++ b/docs/.vitepress/config/footer.ts
@@ -1,6 +1,8 @@
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 \n `,
+ message: `Wrote with and ☕ by Anda Toshiki at root@andatoshiki:/~`,
+ copyright: `Copyright © 2023-${new Date().getFullYear()} Anda Toshiki
+
+ `,
}