Skip to content

Commit

Permalink
[templates/nextjs-sxa]: Image component has been fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Rmatkovsky committed Jul 29, 2024
1 parent 6ca994d commit 4bca77b
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@ export const Banner = (props: ImageProps): JSX.Element => {
...props.fields.Image,
value: {
...props.fields.Image.value,
width: "100%",
height: "100%",
style: { width: '100%', height: '100%' },
},
};

Expand Down

0 comments on commit 4bca77b

Please sign in to comment.