about me image updated
This commit is contained in:
parent
f81fe68eef
commit
99d56e3bfe
@ -36,7 +36,13 @@ export default async function AboutMe() {
|
|||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div className="flex w-full max-w-[90%] items-center justify-center md:w-[40%]">
|
<div className="flex w-full max-w-[90%] items-center justify-center md:w-[40%]">
|
||||||
<img src={aboutMeData.image} alt="profile picture" className="" />
|
<img
|
||||||
|
src={
|
||||||
|
process.env.NEXT_PUBLIC_BACK_URL + aboutMeData.image
|
||||||
|
}
|
||||||
|
alt="profile picture"
|
||||||
|
className="rounded-2xl"
|
||||||
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user