This commit is contained in:
CHIEFSOFT\ameye
2023-05-06 21:39:30 -04:00
parent 8beab8e6ac
commit a0edbe1e4e
2 changed files with 15 additions and 15 deletions
+2 -2
View File
@@ -11,7 +11,7 @@ export default function FamilyAcc() {
};
return (
<Layout>
<CommonHead />
{/*<CommonHead />*/}
<div className="notification-page w-full mb-10">
<div className="notification-wrapper w-full">
{/* heading */}
@@ -21,7 +21,7 @@ export default function FamilyAcc() {
<span
className={`${selectTab === "today" ? "block" : "hidden"}`}
>
My Tasks
Family Accounts
</span>
</h1>