Text fix
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user