refactor: remove about link and GitHub display from homepage DarkFooter

This commit is contained in:
xiezhouwei 2026-06-21 16:37:23 +08:00
parent 0d798c2fbc
commit 6eec903060
1 changed files with 0 additions and 16 deletions

View File

@ -732,12 +732,6 @@ function DarkFooter() {
> >
{t('定价')} {t('定价')}
</Link> </Link>
<Link
to="/about"
className="font-mono text-xs text-background/40 hover:text-background transition-all duration-200"
>
{t('关于')}
</Link>
<Link <Link
to="/console" to="/console"
className="font-mono text-xs text-background/40 hover:text-background transition-all duration-200" className="font-mono text-xs text-background/40 hover:text-background transition-all duration-200"
@ -750,16 +744,6 @@ function DarkFooter() {
<span className="font-mono text-xs text-background/30"> <span className="font-mono text-xs text-background/30">
&copy; 2026 TokenFactory &copy; 2026 TokenFactory
</span> </span>
<div className="flex flex-wrap items-center justify-center gap-x-4 gap-y-2 md:gap-x-6">
<a
href="https://github.com/fyinfor/token-factory"
target="_blank"
rel="noopener noreferrer"
className="font-mono text-xs text-background/30 hover:text-background transition-all duration-200"
>
GitHub
</a>
</div>
</div> </div>
</div> </div>
</footer> </footer>