This commit is contained in:
2025-05-13 10:38:46 -07:00
parent 443010607d
commit eee3ab75d1

View File

@@ -94,7 +94,7 @@ return [
],
"shortcodes" => [
"vc_row" => function ($attr) {
"vc_roww" => function ($attr) {
$text = $attr["text"] ?? "";
return "<div class='row'>".$text."</div>";
}