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*/} + {/* */} -
-
+ {/*
*/} + {/*
*/} ); }