17.05.2026 funny

This commit is contained in:
2026-05-17 12:23:32 +03:00
parent 3387769578
commit 253407abc3
12 changed files with 131 additions and 69 deletions

View File

@@ -1,4 +1,6 @@
import { Link } from 'react-router-dom'
import { Button } from '@shared/ui'
import { ROUTES } from '@shared/config/routes'
import { useSeedPhrase } from '../model/useSeedPhrase'
import styles from './SeedPhraseWidget.module.css'
@@ -51,6 +53,12 @@ export function SeedPhraseWidget({ words }: Props) {
Никогда не передавайте сид-фразу третьим лицам. Тот, кто знает фразу владеет кошельком.
</p>
</div>
<div className={styles.profileLinkRow}>
<Link to={ROUTES.PROFILE} className={styles.profileLink}>
Перейти в профиль
</Link>
</div>
</div>
)
}