refactor(SettingsPage): replace PTR zone icon with IconWorld for improved clarity
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 2m7s

This commit is contained in:
2026-02-17 14:46:22 +07:00
parent 73f03c21cd
commit f67a8f888c
+2 -2
View File
@@ -7,7 +7,7 @@ import {
IconNetwork,
IconCloud,
IconChartPie,
IconDns,
IconWorld,
IconChevronDown,
} from '@tabler/icons-react';
import FormField from './components/FormField';
@@ -461,7 +461,7 @@ export default function SettingsPage() {
<SectionCard
id="ptr-zone"
title="Настройка PTR зоны"
icon={IconDns}
icon={IconWorld}
defaultOpen={true}
>
<div className="row g-3">