🎨 Финальные правки Setup Wizard: убран дубль ссылки под QR, добавлена ссылка на инструкцию, Telegram поддержка на t.me
This commit is contained in:
@@ -224,7 +224,7 @@ export default function HelpPage() {
|
||||
|
||||
<div className="space-y-3">
|
||||
<a
|
||||
href="https://telegram.me/umbrix_support"
|
||||
href="https://t.me/"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
className="flex items-center gap-3 p-4 bg-slate-700/50 hover:bg-slate-700 rounded-lg transition-colors"
|
||||
|
||||
@@ -482,22 +482,21 @@ export default function SetupWizard({
|
||||
alt="QR код подписки"
|
||||
className="w-full h-auto"
|
||||
/>
|
||||
<div className="mt-3 text-center text-xs break-all" style={{ color: 'var(--bg-card)' }}>
|
||||
{subscriptionUrl}
|
||||
</div>
|
||||
</div>
|
||||
)}
|
||||
|
||||
<div className="pt-4 mt-4" style={{ borderTop: '1px solid var(--border)' }}>
|
||||
<button
|
||||
onClick={onClose}
|
||||
className="w-full p-4 rounded-xl transition-colors font-medium"
|
||||
style={{ background: 'var(--bg-elevated)', color: 'var(--text-white)' }}
|
||||
<a
|
||||
href="https://umbrix.net/help"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
className="w-full p-4 rounded-xl transition-colors font-medium block text-center"
|
||||
style={{ background: 'var(--bg-elevated)', color: 'var(--text-white)', textDecoration: 'none' }}
|
||||
onMouseEnter={e => e.currentTarget.style.background = 'var(--border)'}
|
||||
onMouseLeave={e => e.currentTarget.style.background = 'var(--bg-elevated)'}
|
||||
>
|
||||
📖 Нужна помощь? Открыть инструкцию
|
||||
</button>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user