File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 79
79
save : function ( props ) {
80
80
var attributes = props . attributes ;
81
81
return (
82
- el ( 'a' , {
83
- className : 'btn btn-primary' ,
84
- 'href' : attributes . button_url ,
85
- 'target' : attributes . button_target ,
86
- 'rel' : 'noopener noreferrer' ,
87
- } ,
88
- attributes . button_text
82
+ el ( 'P' , { } ,
83
+ el ( 'a' , {
84
+ className : 'btn btn-primary' ,
85
+ 'href' : attributes . button_url ,
86
+ 'target' : attributes . button_target ,
87
+ 'rel' : 'noopener noreferrer' ,
88
+ } ,
89
+ attributes . button_text
90
+ )
89
91
)
90
92
) ;
91
93
} ,
Original file line number Diff line number Diff line change 4
4
* Description: Blocks for use with the Loki theme, developed by Logic Design
5
5
* Author: Logic Design & Consultancy Ltd
6
6
* Author URI: https://www.logicdesign.co.uk/
7
- * Version: 1.0.4
7
+ * Version: 1.0.5
8
8
* License: GPL-3.0+
9
9
* License URI: http://www.gnu.org/licenses/gpl-3.0.txt
10
10
*
You can’t perform that action at this time.
0 commit comments