From 6147ecfecdb250feb0c5ae789ca03232cc785f49 Mon Sep 17 00:00:00 2001 From: Julian Prieber <60265788+JulianPrieber@users.noreply.github.com> Date: Mon, 28 Nov 2022 14:23:12 +0100 Subject: [PATCH] Update home.blade.php --- resources/views/home.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/views/home.blade.php b/resources/views/home.blade.php index 8bfe3d3..ee75bd6 100755 --- a/resources/views/home.blade.php +++ b/resources/views/home.blade.php @@ -213,9 +213,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") or (theme('allow_custom_buttons') == "false" and $button['button'] === "custom_website")) - + @elseif($button['button'] === "custom_website" and $button['custom_css'] != "") - + @elseif($button['button'] === "space")