Merge branch 'home-banners-dashboard' of WrenchBoard/Users-Wrench into master
This commit is contained in:
@@ -249,7 +249,7 @@ export default function RightSideBar({ myJobList }) {
|
|||||||
/>
|
/>
|
||||||
</svg>
|
</svg>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
</span>
|
</span>
|
||||||
<p className="text-thin-light-gray text-base font-medium">
|
<p className="text-thin-light-gray text-base font-medium">
|
||||||
{darkMode.theme === "light" ? "Dark" : "Light"} Mode
|
{darkMode.theme === "light" ? "Dark" : "Light"} Mode
|
||||||
@@ -301,7 +301,7 @@ export default function RightSideBar({ myJobList }) {
|
|||||||
{/* name */}
|
{/* name */}
|
||||||
<div>
|
<div>
|
||||||
<p className="text-thin-light-gray text-base font-medium">
|
<p className="text-thin-light-gray text-base font-medium">
|
||||||
<NavLink to="/manage-offer">My Offers</NavLink>
|
<NavLink to="/offer-interest">My Offers</NavLink>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
{/* action */}
|
{/* action */}
|
||||||
|
|||||||
Reference in New Issue
Block a user