header iotem reformat

This commit is contained in:
CHIEFSOFT\ameye
2023-06-09 22:12:03 -04:00
parent 0f17783ab5
commit d2738f28d5
+19 -18
View File
@@ -11,26 +11,27 @@ export default function CommonHead({ className,commonHeadData }) {
className || "" className || ""
}`} }`}
> >
<div className="lg:w-8/12 w-full mb-8 lg:mb-0">
{/*<h1 className="text-2xl text-dark-gray dark:text-white font-bold mb-2">*/}
{/* This is common head which will appear as needed , will take many shape*/}
{/*</h1>*/}
{/*<p className="text-base text-thin-light-gray tracking-wide">*/}
{/* some space for extra texts here*/}
{/*</p>*/}
<RecomendedSliders /> <RecomendedSliders />
</div> {/*<div className="lg:w-8/12 w-full mb-8 lg:mb-0">*/}
<div className="flex-1 flex lg:justify-end"> {/* /!*<h1 className="text-2xl text-dark-gray dark:text-white font-bold mb-2">*!/*/}
<div className="flex items-center space-x-5"> {/* /!* This is common head which will appear as needed , will take many shape*!/*/}
<Link {/* /!*</h1>*!/*/}
to="/mytask" {/* /!*<p className="text-base text-thin-light-gray tracking-wide">*!/*/}
className="w-40 h-11 flex justify-center items-center btn-gradient text-base rounded-full text-white" {/* /!* some space for extra texts here*!/*/}
> {/* /!*</p>*!/*/}
View Task {/* */}
</Link> {/*</div>*/}
{/*<div className="flex-1 flex lg:justify-end">*/}
{/* <div className="flex items-center space-x-5">*/}
{/* <Link*/}
{/* to="/mytask"*/}
{/* className="w-40 h-11 flex justify-center items-center btn-gradient text-base rounded-full text-white"*/}
{/* >*/}
{/* View Task*/}
{/* </Link>*/}
</div> {/* </div>*/}
</div> {/*</div>*/}
</div> </div>
); );
} }