Text fix
This commit is contained in:
@@ -14,19 +14,19 @@ export default function FamilyTable({ className }) {
|
|||||||
className || ""
|
className || ""
|
||||||
}`}
|
}`}
|
||||||
>
|
>
|
||||||
<div className="header w-full flex justify-between items-center mb-5">
|
{/*<div className="header w-full flex justify-between items-center mb-5">*/}
|
||||||
<div className="flex space-x-2 items-center">
|
{/* <div className="flex space-x-2 items-center">*/}
|
||||||
<h1 className="text-xl font-bold text-dark-gray dark:text-white tracking-wide">
|
{/* <h1 className="text-xl font-bold text-dark-gray dark:text-white tracking-wide">*/}
|
||||||
Products History
|
{/* Products History*/}
|
||||||
</h1>
|
{/* </h1>*/}
|
||||||
</div>
|
{/* </div>*/}
|
||||||
<SelectBox
|
{/* <SelectBox*/}
|
||||||
action={setCategory}
|
{/* action={setCategory}*/}
|
||||||
datas={filterCategories}
|
{/* datas={filterCategories}*/}
|
||||||
className="Update-table-dropdown"
|
{/* className="Update-table-dropdown"*/}
|
||||||
contentBodyClasses="w-auto min-w-max"
|
{/* contentBodyClasses="w-auto min-w-max"*/}
|
||||||
/>
|
{/* />*/}
|
||||||
</div>
|
{/*</div>*/}
|
||||||
<div className="relative w-full overflow-x-auto sm:rounded-lg">
|
<div className="relative w-full overflow-x-auto sm:rounded-lg">
|
||||||
<table className="w-full text-sm text-left text-gray-500 dark:text-gray-400">
|
<table className="w-full text-sm text-left text-gray-500 dark:text-gray-400">
|
||||||
<tbody>
|
<tbody>
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ export default function FamilyAcc() {
|
|||||||
};
|
};
|
||||||
return (
|
return (
|
||||||
<Layout>
|
<Layout>
|
||||||
<CommonHead />
|
{/*<CommonHead />*/}
|
||||||
<div className="notification-page w-full mb-10">
|
<div className="notification-page w-full mb-10">
|
||||||
<div className="notification-wrapper w-full">
|
<div className="notification-wrapper w-full">
|
||||||
{/* heading */}
|
{/* heading */}
|
||||||
@@ -21,7 +21,7 @@ export default function FamilyAcc() {
|
|||||||
<span
|
<span
|
||||||
className={`${selectTab === "today" ? "block" : "hidden"}`}
|
className={`${selectTab === "today" ? "block" : "hidden"}`}
|
||||||
>
|
>
|
||||||
My Tasks
|
Family Accounts
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
</h1>
|
</h1>
|
||||||
|
|||||||
Reference in New Issue
Block a user