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, IconNetwork,
IconCloud, IconCloud,
IconChartPie, IconChartPie,
IconDns, IconWorld,
IconChevronDown, IconChevronDown,
} from '@tabler/icons-react'; } from '@tabler/icons-react';
import FormField from './components/FormField'; import FormField from './components/FormField';
@@ -461,7 +461,7 @@ export default function SettingsPage() {
<SectionCard <SectionCard
id="ptr-zone" id="ptr-zone"
title="Настройка PTR зоны" title="Настройка PTR зоны"
icon={IconDns} icon={IconWorld}
defaultOpen={true} defaultOpen={true}
> >
<div className="row g-3"> <div className="row g-3">