diff --git a/admin/src/pages/SettingsPage.tsx b/admin/src/pages/SettingsPage.tsx index 50e9b8cd..1c3f7c8d 100644 --- a/admin/src/pages/SettingsPage.tsx +++ b/admin/src/pages/SettingsPage.tsx @@ -38,6 +38,7 @@ import { AlertOutlined, MailOutlined, RetweetOutlined, + PhoneOutlined, } from '@ant-design/icons'; import { useSettingsStore } from '@/stores/settings.store'; import { api } from '@/lib/api'; @@ -614,6 +615,36 @@ export default function SettingsPage() { + + {/* SMS Notifications — only show when enableSms is on */} +