diff --git a/src/components/Settings/Tabs/Preferences.jsx b/src/components/Settings/Tabs/Preferences.jsx new file mode 100644 index 0000000..60481e9 --- /dev/null +++ b/src/components/Settings/Tabs/Preferences.jsx @@ -0,0 +1,43 @@ +import React from "react"; +import Icons from "../../Helpers/Icons"; + +export default function Preferences() { + return ( +
+
+ + {/* + + + + + + + + + + + + + */} +
ChannelDateLocation
+
+ + Desktop + +
+
+
+ + 10-10-2035 + +
+
+ + 10.0.0.1000 + +
+
+
+ ); +} diff --git a/src/components/Settings/Tabs/index.jsx b/src/components/Settings/Tabs/index.jsx index 7cfe575..c04e377 100644 --- a/src/components/Settings/Tabs/index.jsx +++ b/src/components/Settings/Tabs/index.jsx @@ -7,6 +7,7 @@ import PersonalInfoTab from "./PersonalInfoTab"; import PrivacyPolicyTab from "./PrivacyPolicyTab"; import RecentActivitiesTab from "./RecentActivitiesTab"; import TermsConditionTab from "./TermsConditionTab"; +import Preferences from './Preferences' export { ChangePasswordTab, @@ -18,4 +19,5 @@ export { PrivacyPolicyTab, RecentActivitiesTab, TermsConditionTab, + Preferences }; diff --git a/src/components/Settings/index.jsx b/src/components/Settings/index.jsx index 7669346..2f84392 100644 --- a/src/components/Settings/index.jsx +++ b/src/components/Settings/index.jsx @@ -13,6 +13,7 @@ import { PrivacyPolicyTab, RecentActivitiesTab, TermsConditionTab, + Preferences, } from "./Tabs"; import RecipientAccountTab from "./Tabs/RecipientAccountTab"; @@ -166,7 +167,7 @@ export default function Settings({ faq }) { ), - preferences: , + preferences: , recent_activities: , password: , faq: ,