mirror of
https://github.com/laoxong/nofx.git
synced 2026-06-07 11:17:56 +08:00
fix(web): Footer ‘资源/文档’ 链接改为 GitHub 主 README(https://github.com/tinkle-community/nofx/blob/main/README.md)
This commit is contained in:
@@ -29,7 +29,7 @@ export default function FooterSection() {
|
||||
<div>
|
||||
<h3 className="text-sm font-semibold mb-3" style={{ color: '#EAECEF' }}>资源</h3>
|
||||
<ul className="space-y-2 text-sm" style={{ color: '#848E9C' }}>
|
||||
<li><a className="hover:text-[#F0B90B]" href="/README.zh-CN.md" target="_blank" rel="noopener noreferrer">文档</a></li>
|
||||
<li><a className="hover:text-[#F0B90B]" href="https://github.com/tinkle-community/nofx/blob/main/README.md" target="_blank" rel="noopener noreferrer">文档</a></li>
|
||||
<li><a className="hover:text-[#F0B90B]" href="https://github.com/tinkle-community/nofx/issues" target="_blank" rel="noopener noreferrer">Issues</a></li>
|
||||
<li><a className="hover:text-[#F0B90B]" href="https://github.com/tinkle-community/nofx/pulls" target="_blank" rel="noopener noreferrer">Pull Requests</a></li>
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user