collapse-icon fixed, family icon fixed

This commit was merged in pull request #335.
This commit is contained in:
victorAnumudu
2023-07-17 19:21:43 +01:00
parent ba2c009896
commit 1a65b1daa3
4 changed files with 10 additions and 22 deletions
@@ -1,4 +1,6 @@
import React from "react";
import localImgLoad from "../../../lib/localImgLoad";
export default function ProfileInfo({
profileImg,
@@ -12,7 +14,7 @@ export default function ProfileInfo({
<div className="flex justify-center">
<div className="w-full relative">
<img
src={profileImg}
src={localImgLoad(`images/icons/${accountDetails.banner}`)}
alt=""
className="sm:w-[180px] sm:h-[180px] w-[120px] h-[120px] rounded-full overflow-hidden object-cover"
/>