From d2738f28d5fcc773cb08bcd01d0b02ea3998743b Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Fri, 9 Jun 2023 22:12:03 -0400 Subject: [PATCH] header iotem reformat --- src/components/UserHeader/CommonHead.jsx | 39 ++++++++++++------------ 1 file changed, 20 insertions(+), 19 deletions(-) diff --git a/src/components/UserHeader/CommonHead.jsx b/src/components/UserHeader/CommonHead.jsx index 4865bdc..486e0b5 100644 --- a/src/components/UserHeader/CommonHead.jsx +++ b/src/components/UserHeader/CommonHead.jsx @@ -11,26 +11,27 @@ export default function CommonHead({ className,commonHeadData }) { className || "" }`} > -
- {/*

*/} - {/* This is common head which will appear as needed , will take many shape*/} - {/*

*/} - {/*

*/} - {/* some space for extra texts here*/} - {/*

*/} - -
-
-
- - View Task - + + {/*
*/} + {/* /!*

*!/*/} + {/* /!* This is common head which will appear as needed , will take many shape*!/*/} + {/* /!*

*!/*/} + {/* /!*

*!/*/} + {/* /!* some space for extra texts here*!/*/} + {/* /!*

*!/*/} + {/* */} + {/*
*/} + {/*
*/} + {/*
*/} + {/* */} + {/* View Task*/} + {/* */} -
-
+ {/*
*/} + {/*
*/} ); }