Skip to content

Commit

Permalink
update gallery shortcode html
Browse files Browse the repository at this point in the history
  • Loading branch information
jjs2484 committed Mar 20, 2021
1 parent 02f001c commit 98ae141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shortcodes/Shortcodes.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public function conversions_faq_shortcode() {
*/
public function conversions_gallery_shortcode() {
$homepage = new \conversions\extensions\homepage\Homepage();
return '<section class="c-gallery c-shortcode mt-4 mb-4"><div class="row">' . $homepage->gallery_content() . '</div></section>';
return '<section class="c-gallery c-shortcode mt-4 mb-4">' . $homepage->gallery_content() . '</section>';
}

/**
Expand Down

0 comments on commit 98ae141

Please sign in to comment.