mirror of
https://github.com/NoFxAiOS/nofx.git
synced 2026-07-13 15:57:01 +08:00
chore(web): Footer 支持方去除图标并新增 Hyperliquid 链接
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
import { useLanguage } from '../../contexts/LanguageContext'
|
import { useLanguage } from '../../contexts/LanguageContext'
|
||||||
import { t } from '../../i18n/translations'
|
import { t } from '../../i18n/translations'
|
||||||
import { getExchangeIcon } from '../ExchangeIcons'
|
|
||||||
|
|
||||||
export default function FooterSection() {
|
export default function FooterSection() {
|
||||||
const { language } = useLanguage()
|
const { language } = useLanguage()
|
||||||
@@ -38,27 +37,18 @@ export default function FooterSection() {
|
|||||||
|
|
||||||
<div>
|
<div>
|
||||||
<h3 className="text-sm font-semibold mb-3" style={{ color: '#EAECEF' }}>支持方</h3>
|
<h3 className="text-sm font-semibold mb-3" style={{ color: '#EAECEF' }}>支持方</h3>
|
||||||
<ul className="space-y-3 text-sm" style={{ color: '#848E9C' }}>
|
<ul className="space-y-2 text-sm" style={{ color: '#848E9C' }}>
|
||||||
<li>
|
<li>
|
||||||
<a className="hover:text-[#F0B90B] inline-flex items-center gap-2" href="https://aster.network/" target="_blank" rel="noopener noreferrer">
|
<a className="hover:text-[#F0B90B]" href="https://aster.network/" target="_blank" rel="noopener noreferrer">Aster DEX</a>
|
||||||
<span className="inline-flex items-center" style={{ width: 20, height: 20 }}>
|
|
||||||
{getExchangeIcon('aster', { width: 20, height: 20 })}
|
|
||||||
</span>
|
|
||||||
Aster DEX
|
|
||||||
</a>
|
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a className="hover:text-[#F0B90B] inline-flex items-center gap-2" href="https://www.binance.com/" target="_blank" rel="noopener noreferrer">
|
<a className="hover:text-[#F0B90B]" href="https://www.binance.com/" target="_blank" rel="noopener noreferrer">Binance</a>
|
||||||
<span className="inline-flex items-center" style={{ width: 20, height: 20 }}>
|
|
||||||
{getExchangeIcon('binance', { width: 20, height: 20 })}
|
|
||||||
</span>
|
|
||||||
Binance
|
|
||||||
</a>
|
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a className="hover:text-[#F0B90B] inline-flex items-center gap-2" href="https://amber.ac/" target="_blank" rel="noopener noreferrer">
|
<a className="hover:text-[#F0B90B]" href="https://hyperliquid.xyz/" target="_blank" rel="noopener noreferrer">Hyperliquid</a>
|
||||||
Amber.ac <span className="opacity-70">(战略投资)</span>
|
</li>
|
||||||
</a>
|
<li>
|
||||||
|
<a className="hover:text-[#F0B90B]" href="https://amber.ac/" target="_blank" rel="noopener noreferrer">Amber.ac <span className="opacity-70">(战略投资)</span></a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user