Skip to content

Commit

Permalink
fix(config): Fix block_category key typo (Fixes #29)
Browse files Browse the repository at this point in the history
  • Loading branch information
Log1x authored Jul 14, 2021
1 parent 77aae33 commit 25ae02a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/poet.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
|
*/

'block_categories' => [
'block_category' => [
// 'cta' => [
// 'title' => 'Call to Action',
// 'icon' => 'star-filled',
Expand Down

0 comments on commit 25ae02a

Please sign in to comment.