From c0826027151c20a7df4d3ff47362f079faed385b Mon Sep 17 00:00:00 2001 From: Julian Prieber <60265788+JulianPrieber@users.noreply.github.com> Date: Tue, 16 Aug 2022 16:36:45 +0200 Subject: [PATCH] Changed Custom Website buttons to use HTTPS to fetch favicon --- resources/views/home.blade.php | 4 ++-- resources/views/littlelink.blade.php | 4 ++-- resources/views/studio/button-editor.blade.php | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) 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)