Chnged path from profile to job

This commit was merged in pull request #496.
This commit is contained in:
2023-11-06 11:15:11 -08:00
parent a30b22170d
commit 5402980d6c
+1 -1
View File
@@ -26,7 +26,7 @@ export default function AvailableJobsCard({
const image = `${image_server}${localStorage.getItem(
"session_token"
)}/profile/${datas.offer_uid}`;
)}/job/${datas.offer_uid}`;
return (
<>