Skip to content

Commit

Permalink
fix: remove padding from partner image
Browse files Browse the repository at this point in the history
  • Loading branch information
HoreKk committed Nov 15, 2024
1 parent 01542ee commit b962b6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 2 additions & 3 deletions webapp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
## [0.63.7](https://github.com/SocialGouv/carte-jeune-engage/compare/v0.63.6...v0.63.7) (2024-11-14)


### Bug Fixes

* log obyzSync to track status ([58ad53e](https://github.com/SocialGouv/carte-jeune-engage/commit/58ad53e80666a30313324f2c9344e5375417e37d))
* switch obiz status NON FINALISEE to payment_completed ([30b3e7f](https://github.com/SocialGouv/carte-jeune-engage/commit/30b3e7f953448b750973ff5748d28e88f23c1b63))
- log obyzSync to track status ([58ad53e](https://github.com/SocialGouv/carte-jeune-engage/commit/58ad53e80666a30313324f2c9344e5375417e37d))
- switch obiz status NON FINALISEE to payment_completed ([30b3e7f](https://github.com/SocialGouv/carte-jeune-engage/commit/30b3e7f953448b750973ff5748d28e88f23c1b63))

## [0.63.6](https://github.com/SocialGouv/carte-jeune-engage/compare/v0.63.5...v0.63.6) (2024-11-14)

Expand Down
1 change: 0 additions & 1 deletion webapp/src/components/ui/PartnerImage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ const PartnerImage = ({
borderRadius={width <= 40 ? "2xl" : "2.5xl"}
border="1px solid"
borderColor="bgGray"
p={0.5}
bg="white"
overflow="hidden"
zIndex={1}
Expand Down

0 comments on commit b962b6c

Please sign in to comment.