Merge branch 'text-replace' of WrenchBoard/Users-Wrench into master

This commit is contained in:
2024-06-28 14:29:50 +00:00
committed by Gogs
@@ -252,7 +252,7 @@ const MarketPopUp = ({ details, onClose, situation, marketInt }) => {
<div className="mx-auto bg-[#f1f8ff] dark:bg-[#C2C8D3] px-4 rounded-md md:min-h-[420px] flex flex-col justify-between"> <div className="mx-auto bg-[#f1f8ff] dark:bg-[#C2C8D3] px-4 rounded-md md:min-h-[420px] flex flex-col justify-between">
<div className="w-full flex flex-col justify-center pb-4 gap-2"> <div className="w-full flex flex-col justify-center pb-4 gap-2">
<p className="job-label w-full"> <p className="job-label w-full">
Interested in the task? Interested?
</p> </p>
<hr /> <hr />
<button <button
@@ -262,9 +262,8 @@ const MarketPopUp = ({ details, onClose, situation, marketInt }) => {
> >
{" "} {" "}
<div className="w-full flex flex-col justify-between gap-2"> <div className="w-full flex flex-col justify-between gap-2">
<span>Send</span> <span>Notify</span>
<span>Interest</span> <span>Owner</span>
<span>Request</span>
</div> </div>
</button> </button>
<> <>