Skip to content

Commit

Permalink
Update code block icon in WordpressBuilder
Browse files Browse the repository at this point in the history
  • Loading branch information
ewilan-riviere committed Jan 27, 2024
1 parent e41ea52 commit d43bd82
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ public static function codeBlock(): Block
->required(),
])
->name('code_block')
->icon('heroicon-s-code')
->icon('heroicon-o-code-bracket-square')
->get();
}

Expand Down

0 comments on commit d43bd82

Please sign in to comment.