diff --git a/src/pages/EquipmentPage.tsx b/src/pages/EquipmentPage.tsx
index 503d54a..b249891 100644
--- a/src/pages/EquipmentPage.tsx
+++ b/src/pages/EquipmentPage.tsx
@@ -116,16 +116,14 @@ function PairCodeModal({
) : (
<>
-
+
Код подключения
-
-
- {code?.slice(0, 3)} {code?.slice(3)}
-
-
-
+
+ {code}
+
+
@@ -193,7 +191,7 @@ function DeviceForm({
@@ -251,7 +249,7 @@ function DeviceForm({
setNetworkHost(e.target.value)}
- className="w-full input-field text-sm font-mono"
+ className="w-full input text-sm font-mono"
placeholder="192.168.1.50"
/>
@@ -260,7 +258,7 @@ function DeviceForm({