diff --git a/resources/views/studio/button-editor.blade.php b/resources/views/studio/button-editor.blade.php index 8990a44..4adc69f 100644 --- a/resources/views/studio/button-editor.blade.php +++ b/resources/views/studio/button-editor.blade.php @@ -216,7 +216,7 @@ var button_css = { @if($buttonId == 1)
{{ $title }}
@else -
{{ $title }}
+
{{ $title }}
@endif @@ -255,9 +255,9 @@ NULL @if($custom_css === "" or $custom_css === "NULL" and $buttonId == 1)
{{ $title }}
@elseif($custom_css === "" or $custom_css === "NULL" and $buttonId == 2) -
{{ $title }}
+
{{ $title }}
@elseif($custom_css != "" and $buttonId == 2) -
{{ $title }}
+
{{ $title }}
@else
{{ $title }}
@endif