From 2de948fba36a3946b1d6d0c46db15b455b2c6e70 Mon Sep 17 00:00:00 2001 From: andatoshiki <101481353+andatoshiki@users.noreply.github.com> Date: Fri, 24 Mar 2023 12:30:43 +0800 Subject: [PATCH] fix: rearrange placement of footer text into a pyramid for aesthetic --- docs/.vitepress/config/footer.ts | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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