Skip to content

Commit

Permalink
Chore: modify image extension issue #129
Browse files Browse the repository at this point in the history
  • Loading branch information
hummingbbird committed May 28, 2024
1 parent c49d3b2 commit b8c8691
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/common/DiaryPreviewContent.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ const DiaryImage = styled.img`
margin: 2rem 2rem 1rem 2rem;
max-width: 100%;
max-height: 100%;
object-fit: cover;
`;

const TitleDiv = styled.div`
Expand Down
1 change: 1 addition & 0 deletions src/components/common/map/MapDrawer.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ const TripImg = styled.img`
width: 90%;
height: 45%;
border-radius: 1.5rem;
object-fit: cover;
`;

const InfoDiv = styled.div`
Expand Down

0 comments on commit b8c8691

Please sign in to comment.