refactor(SettingsPage): replace PTR zone icon with IconWorld for improved clarity
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 2m7s
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 2m7s
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user