-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor(web-domains): Profile Image -> Avatar로 일괄 변경 및 objectFit: cover 적용 #157
Conversation
@@ -16,5 +16,5 @@ export const Avatar = ({ imageUrl, alt = 'profile-image', size, Icon, ...rest }: | |||
); | |||
} | |||
|
|||
return <Image src={imageUrl} alt={alt} {...rest} />; | |||
return <Image src={imageUrl} alt={alt} css={{ objectFit: 'cover' }} {...rest} />; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
음.. style 태그 사용해도 되었을 거 같긴 한데 요거 한번더 수정해주실 수 있나요?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생했다. 🎉👍🏽
@@ -3,8 +3,8 @@ import { borderRadiusVariants, colors } from '@sambad/sds/theme'; | |||
import dayjs from 'dayjs'; | |||
import Link from 'next/link'; | |||
|
|||
import { Avatar } from '../../../../../common/components/Avatar/Avatar'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
이거 @/common/...
경로로도 가능해요 다
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
요건 나중에 일괄 변경하시죠 ㅠ 이런게 한 둘이 아니라서,,,,
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
흠 이거 급한 건 아니였던 거 같은데 쌓여만 가는군요 😢
🎉 변경 사항
🔗 링크
🙏 여기는 꼭 봐주세요!