Skip to content

Commit

Permalink
fix duplicated classes
Browse files Browse the repository at this point in the history
  • Loading branch information
MaggieCabrera committed May 2, 2024
1 parent 07ae1ee commit 3bc5446
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ function ZoomOutModeInserters( { __unstableContentRef } ) {
whileHover="hover"
whileTap="pressed"
exit="start"
className="block-editor-block-list__insertion-point is-vertical is-with-inserter"
>
<motion.div
variants={ lineVariants }
Expand All @@ -99,7 +98,7 @@ function ZoomOutModeInserters( { __unstableContentRef } ) {

<motion.div
variants={ inserterVariants }
className="block-editor-block-list__insertion-point-inserter"
className="block-editor-block-list__insertion-point-inserter is-with-inserter"
>
<Inserter
position="bottom center"
Expand Down

0 comments on commit 3bc5446

Please sign in to comment.