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('定价')}
|
||||
</Link>
|
||||
<Link
|
||||
to="/about"
|
||||
className="font-mono text-xs text-background/40 hover:text-background transition-all duration-200"
|
||||
>
|
||||
{t('关于')}
|
||||
</Link>
|
||||
<Link
|
||||
to="/console"
|
||||
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">
|
||||
© 2026 TokenFactory
|
||||
</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>
|
||||
</footer>
|
||||
|
|
|
|||
Loading…
Reference in New Issue