Skip to content

Commit

Permalink
Remove storybook tests and replace /news
Browse files Browse the repository at this point in the history
  • Loading branch information
Tishasoumya-02 committed Aug 12, 2024
1 parent 31837bd commit 3f7b054
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 148 deletions.
1 change: 0 additions & 1 deletion news/4959.feature

This file was deleted.

1 change: 1 addition & 0 deletions packages/volto/news/4959.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Refactor Blocks/LeadImage/Edit component from class to functional component. @Tishasoumya-02
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ const Edit = React.memo((props) => {
return data.align === 'full' || data.align === 'center'
? '100vw'
: data.align === 'left' || data.align === 'right'
? '50vw'
: undefined;
? '50vw'
: undefined;
}}
alt={altText}
/>
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit 3f7b054

Please sign in to comment.