feat: enhance About and Contact pages with new content and layout updates

- Added GitHub and deployment information to the About page, including links and self-hosting instructions.
- Updated the Contact page to emphasize transparency in the development process with improved text styling.
- Removed outdated sections to streamline content presentation.
This commit is contained in:
2026-01-16 10:57:16 +08:00
parent 3987b19fe7
commit 0a6731ad2e
3 changed files with 44 additions and 96 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import { Outlet, Link } from "react-router-dom"
import { Outlet, Link, useLocation } from "react-router-dom"
import { useMemo } from "react"
import dayjs from "dayjs"