Button display name changed

This commit is contained in:
victorAnumudu
2023-05-29 20:03:13 +01:00
parent 6ceb771005
commit d1e9c21dbb
+1 -1
View File
@@ -193,7 +193,7 @@ function OfferJobPopout({details, onClose, situation}) {
type="button"
className=" border-gradient text-18 tracking-wide px-2 py-2 rounded-full"
>
<span className="text-gradient">Close</span>
<span className="text-gradient">Cancel</span>
</button>
</div>
{/* end of close button */}