Skip to content

Commit 808b294

Browse files
committed
fix: 修复 footer 链接,更新仓库地址和文档文本
1 parent b1b5a02 commit 808b294

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/layout/footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export function Footer() {
4141
rel="noopener noreferrer"
4242
className="hover:text-primary transition-colors"
4343
>
44-
📚 文档
44+
在线文档
4545
</a>
4646
<Link
4747
to="/privacy"

src/lib/project-info.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
export const projectInfo = {
22
name: "halolight",
33
author: "h7ml",
4-
repo: "https://github.com/dext7r/halolight",
4+
repo: "https://github.com/halolight/halolight-react",
55
homepage: "https://halolight.h7ml.cn",
66
desc: "基于 Next.js 14 的现代化中文后台管理系统",
77
}

0 commit comments

Comments
 (0)