Skip to content

Commit

Permalink
Remove description from Filters screen header
Browse files Browse the repository at this point in the history
It seemed redundant with the duotone one on the same page now.
  • Loading branch information
Alex Lende committed Feb 24, 2023
1 parent 59a12c3 commit 7b843ec
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,7 @@ import ScreenHeader from './header';
function ScreenFilters( { name } ) {
return (
<>
<ScreenHeader
title={ __( 'Filters' ) }
description={ __(
'Filter and effects work without replacing your original image'
) }
/>
<ScreenHeader title={ __( 'Filters' ) } />
<BlockPreviewPanel name={ name } />
<DuotonePanel name={ name } />
</>
Expand Down

0 comments on commit 7b843ec

Please sign in to comment.