chore: replace FileTextIcon with SettingsIcon in SiteSettingsPage component
This commit is contained in:
@@ -15,7 +15,6 @@ import { useAuth } from '@/lib/auth/context'
|
|||||||
import {
|
import {
|
||||||
SettingsIcon,
|
SettingsIcon,
|
||||||
GlobeIcon,
|
GlobeIcon,
|
||||||
FileTextIcon,
|
|
||||||
CheckIcon,
|
CheckIcon,
|
||||||
CopyIcon,
|
CopyIcon,
|
||||||
AlertTriangleIcon,
|
AlertTriangleIcon,
|
||||||
@@ -258,7 +257,7 @@ export default function SiteSettingsPage() {
|
|||||||
: 'text-neutral-600 dark:text-neutral-400 hover:bg-neutral-100 dark:hover:bg-neutral-800'
|
: 'text-neutral-600 dark:text-neutral-400 hover:bg-neutral-100 dark:hover:bg-neutral-800'
|
||||||
}`}
|
}`}
|
||||||
>
|
>
|
||||||
<FileTextIcon className="w-5 h-5" />
|
<SettingsIcon className="w-5 h-5" />
|
||||||
Data & Privacy
|
Data & Privacy
|
||||||
</button>
|
</button>
|
||||||
</nav>
|
</nav>
|
||||||
|
|||||||
Reference in New Issue
Block a user