Text fix
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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