From f5725bb059e9e8fa8eabfe963fa2309ee656520e Mon Sep 17 00:00:00 2001 From: Julian Prieber <60265788+JulianPrieber@users.noreply.github.com> Date: Mon, 11 Apr 2022 13:56:36 +0200 Subject: [PATCH] Added custom icons to LittleLink page MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Enabled custom buttons on LittleLink pages to now use the upcoming custom icons from the new Button Editor. The Custom button now uses Font Awesome icon by default.  I used the Font Awesome library provided and hosted by Cloud Flare. I can include the library locally if this is preferred, contact me on our discord if I should implement this. See: https://blog.littlelink-custom.com/upcoming-features/ And: https://blog.littlelink-custom.com/progress-of-the-new-button-editor/ --- resources/views/littlelink.blade.php | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/resources/views/littlelink.blade.php b/resources/views/littlelink.blade.php index ad71011..c9f1960 100644 --- a/resources/views/littlelink.blade.php +++ b/resources/views/littlelink.blade.php @@ -34,7 +34,10 @@ @endif - + + + + @@ -196,9 +199,9 @@ function get_operating_system() {
{{ $link->title }}
@elseif($link->name === "custom" and $link->custom_css === "") -
{{ $link->title }}
+
{{ $link->title }}
@elseif($link->name === "custom" and $link->custom_css != "") -
{{ $link->title }}
+
{{ $link->title }}
@elseif($link->name === "buy me a coffee")
Buy me a Coffee
@elseif($link->name === "custom_website")