img wrong path fixed
This commit is contained in:
parent
676bfacff4
commit
ecb28fa912
|
|
@ -85,7 +85,10 @@ const AboutUs = () => {
|
|||
<div className="aut-right">
|
||||
{about.id !== -1 ? (
|
||||
<div>
|
||||
<img src={hosting + about.img} alt="" />
|
||||
<img
|
||||
src={hosting + "/storage/app/media" + about.img}
|
||||
alt=""
|
||||
/>
|
||||
</div>
|
||||
) : (
|
||||
<Skeleton height={"49.8rem"} />
|
||||
|
|
|
|||
Loading…
Reference in New Issue