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