🐛 Исправлены ESLint ошибки: экранирование кавычек в JSX

This commit is contained in:
Umbrix Dev
2026-02-06 02:39:28 +03:00
parent b730dc3eed
commit 24a09d3062

View File

@@ -105,11 +105,11 @@ export default function HelpPage() {
<div className="pl-7 space-y-2 text-sm text-slate-400"> <div className="pl-7 space-y-2 text-sm text-slate-400">
<div className="flex items-center gap-2"> <div className="flex items-center gap-2">
<Smartphone className="w-4 h-4" /> <Smartphone className="w-4 h-4" />
<span><strong>Android:</strong> Google Play Store "Umbrix VPN"</span> <span><strong>Android:</strong> Google Play Store &quot;Umbrix VPN&quot;</span>
</div> </div>
<div className="flex items-center gap-2"> <div className="flex items-center gap-2">
<Apple className="w-4 h-4" /> <Apple className="w-4 h-4" />
<span><strong>iOS:</strong> App Store "Umbrix VPN"</span> <span><strong>iOS:</strong> App Store &quot;Umbrix VPN&quot;</span>
</div> </div>
<div className="flex items-center gap-2"> <div className="flex items-center gap-2">
<Monitor className="w-4 h-4" /> <Monitor className="w-4 h-4" />
@@ -136,7 +136,7 @@ export default function HelpPage() {
3. Подключитесь к VPN 3. Подключитесь к VPN
</h3> </h3>
<p className="pl-7 text-sm text-slate-400"> <p className="pl-7 text-sm text-slate-400">
Перейдите во вкладку "Локации" выберите сервер (страну) нажмите большую зеленую кнопку VPN активирован! Перейдите во вкладку &quot;Локации&quot; выберите сервер (страну) нажмите большую зеленую кнопку VPN активирован!
</p> </p>
</div> </div>
</div> </div>