Skip to content

Commit

Permalink
Fix css rendering issue with off canvas
Browse files Browse the repository at this point in the history
  • Loading branch information
kadencewp committed Aug 8, 2024
1 parent 6be4e2c commit 9eb81d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class Kadence_Blocks_Off_Canvas_Block extends Kadence_Blocks_Abstract_Block {
*
* @var string
*/
protected $block_name = 'header-off-canvas';
protected $block_name = 'off-canvas';

/**
* Block determines in scripts need to be loaded for block.
Expand Down

0 comments on commit 9eb81d0

Please sign in to comment.