img wrong path fixed

This commit is contained in:
VividTruthKeeper 2022-08-20 00:05:06 +05:00
parent 676bfacff4
commit ecb28fa912
1 changed files with 4 additions and 1 deletions

View File

@ -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"} />