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
+13 -13
View File
@@ -14,19 +14,19 @@ export default function FamilyTable({ className }) {
className || ""
}`}
>
<div className="header w-full flex justify-between items-center mb-5">
<div className="flex space-x-2 items-center">
<h1 className="text-xl font-bold text-dark-gray dark:text-white tracking-wide">
Products History
</h1>
</div>
<SelectBox
action={setCategory}
datas={filterCategories}
className="Update-table-dropdown"
contentBodyClasses="w-auto min-w-max"
/>
</div>
{/*<div className="header w-full flex justify-between items-center mb-5">*/}
{/* <div className="flex space-x-2 items-center">*/}
{/* <h1 className="text-xl font-bold text-dark-gray dark:text-white tracking-wide">*/}
{/* Products History*/}
{/* </h1>*/}
{/* </div>*/}
{/* <SelectBox*/}
{/* action={setCategory}*/}
{/* datas={filterCategories}*/}
{/* className="Update-table-dropdown"*/}
{/* contentBodyClasses="w-auto min-w-max"*/}
{/* />*/}
{/*</div>*/}
<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">
<tbody>
+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>