refactor: remove about link and GitHub display from homepage DarkFooter
This commit is contained in:
parent
0d798c2fbc
commit
6eec903060
|
|
@ -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">
|
||||||
© 2026 TokenFactory
|
© 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>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue