14.05.2026 rip

This commit is contained in:
2026-05-14 20:10:51 +03:00
parent fcfdac87b4
commit e837351a6e
2 changed files with 5 additions and 9 deletions

View File

@@ -47,7 +47,7 @@ export function SwapCard({
<div className={styles.card}>
<div className={styles.top}>
<div className={styles.label}>
{mode === 'from' ? (
{mode === 'from' && (
<div className={styles.networkPills}>
{NETWORKS.map(n => (
<button
@@ -59,10 +59,7 @@ export function SwapCard({
</button>
))}
</div>
) : (
<span className={styles.tag}>К</span>
)}
<span className={styles.network}>{token.network}</span>
</div>
{/* Пиллы внутри карточки — только десктоп */}