소스 검색

changed default image for the user

master
kj1352 4 년 전
부모
커밋
b65fbe8c33
2개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -0
      src/components/home/Home.module.scss
  2. +1
    -1
      src/components/home/Home.tsx

+ 1
- 0
src/components/home/Home.module.scss 파일 보기

@@ -39,6 +39,7 @@
object-position: center;
display: block;
transform: scale(0.8);
background-color: white;
}
svg {


+ 1
- 1
src/components/home/Home.tsx 파일 보기

@@ -41,7 +41,7 @@ export const Home: React.FC = () => {
}}
} />
{/* eslint-disable-next-line */}
<img src={userProfileData.image} alt="profile-image" />
<img src="https://www.lakecountyin.org/images/user-icon-placeholder.png" alt="profile-image" />
{ userProfileData.medal.icon }
</div>
<div className={styles.userDetails}>


불러오는 중...
취소
저장