formating
This commit is contained in:
@@ -262,9 +262,10 @@ export default function Sidebar({ sidebar, action, logoutModalHandler }) {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div className="setting-item">
|
<div className="setting-item">
|
||||||
<div class="top-platform bg-pink dark:bg-dark-white rounded-2xl p-8 2xl:w-[180px] w-full 2xl:mb-10 2xl:border-none border ">
|
<div class="top-platform bg-pink dark:bg-dark-white rounded-1xl p-8 2xl:w-[180px] w-full 2xl:mb-10 2xl:border-none border ">
|
||||||
<NavLink
|
<NavLink
|
||||||
to="/acc-family" >Family Account
|
to="/acc-family" >
|
||||||
|
<span className="item-content relative group-hover:text-purple text-[18px] transition-all duration-300 ease-in-out text-lighter-gray font-medium active flex-1">Family Account</span>
|
||||||
</NavLink>
|
</NavLink>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -272,7 +273,8 @@ export default function Sidebar({ sidebar, action, logoutModalHandler }) {
|
|||||||
<div
|
<div
|
||||||
className="top-platform bg-pink dark:bg-dark-white rounded-2xl p-8 2xl:w-[180px] w-full 2xl:mb-10 2xl:border-none border ">
|
className="top-platform bg-pink dark:bg-dark-white rounded-2xl p-8 2xl:w-[180px] w-full 2xl:mb-10 2xl:border-none border ">
|
||||||
<NavLink
|
<NavLink
|
||||||
to="/start-job" > Enable Job Post
|
to="/start-job" >
|
||||||
|
<span className="item-content relative group-hover:text-purple text-[18px] transition-all duration-300 ease-in-out text-lighter-gray font-medium active flex-1">Enable Job Post</span>
|
||||||
</NavLink>
|
</NavLink>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user