-
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
Changes from 4 commits
4c92e78
2abc8e1
894f4f5
209e612
64ca8c1
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 commentThe 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 commentThe 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 commentThe reason will be displayed to describe this comment to others. Learn more. 흠 이거 급한 건 아니였던 거 같은데 쌓여만 가는군요 😢 |
||
import { PreviousQuestionType } from '../../../../common/apis/schema/useGetPreviousQuestionListQuery.type'; | ||
import { Avatar } from '../../../../common/components/Avatar/Avatar'; | ||
|
||
interface PreviousQuestionItemProps { | ||
meetingId?: number; | ||
|
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 태그 사용해도 되었을 거 같긴 한데 요거 한번더 수정해주실 수 있나요?