Skip to content

Commit

Permalink
Merge pull request #160 from iam-hyo/feature/#41
Browse files Browse the repository at this point in the history
[Fix] 리뷰남기기 정렬 / 깃헙 링크 / 개발자 사진 수정
  • Loading branch information
iam-hyo authored Oct 6, 2024
2 parents 5f33c2b + eab7ea7 commit 676408e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Binary file modified src/assets/images/임수빈.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions src/components/about/Review/styled.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export const Link = styled.div`
align-items: center;
gap: 8px;
width: 114px;
height: 24px;
height: 26px;
flex-shrink: 0;
border-radius: 20px;
background: #ffeada;
Expand All @@ -48,9 +48,10 @@ export const Link = styled.div`
`;

export const LinkMent = styled.div`
display: flex;
align-items: center;
color: #ed6308;
font-family: ${({ theme }) => theme.fonts.AppleSDGothicNeoM00["font-family"]};
font-size: 12px;
margin-top: 3px;
text-align: center;
`;

0 comments on commit 676408e

Please sign in to comment.