diff --git a/resources/views/home.blade.php b/resources/views/home.blade.php index 9f302f7..f861735 100755 --- a/resources/views/home.blade.php +++ b/resources/views/home.blade.php @@ -147,9 +147,9 @@ foreach($pages as $page) @elseif($button['button'] === "buy me a coffee")
@elseif($button['button'] === "custom_website"and $button['custom_css'] === "" or $button['custom_css'] === "NULL") - + @elseif($button['button'] === "custom_website" and $button['custom_css'] != "") - + @elseif($button['button'] === "space") name === "buy me a coffee") @elseif($link->name === "custom_website"and $link->custom_css === "" or $link->custom_css === "NULL") - + @elseif($link->name === "custom_website" and $link->custom_css != "") - + @elseif($link->name === "space") title) and $link->title < 10) diff --git a/resources/views/studio/button-editor.blade.php b/resources/views/studio/button-editor.blade.php index 683f286..2c44db3 100644 --- a/resources/views/studio/button-editor.blade.php +++ b/resources/views/studio/button-editor.blade.php @@ -214,7 +214,7 @@ var button_css = { @if($buttonId == 1)