diff --git a/resources/views/littlelink.blade.php b/resources/views/littlelink.blade.php index c3ce094..a63992d 100644 --- a/resources/views/littlelink.blade.php +++ b/resources/views/littlelink.blade.php @@ -141,12 +141,12 @@ function get_operating_system() { @if($user_browser === 'Chrome' or get_operating_system() == 'mobile') -
+
@else -
+
@endif @@ -176,18 +176,18 @@ function get_operating_system() { @foreach($links as $link) @php $linkName = str_replace('default ','',$link->name) @endphp @if($link->button_id === 0) -
+
{{ $link->title }}
@elseif($link->name === "custom" and $link->custom_css === "" or $link->custom_css === "NULL") -
{{ $link->title }}
+
{{ $link->title }}
@elseif($link->name === "custom" and $link->custom_css != "") -
{{ $link->title }}
+
{{ $link->title }}
@elseif($link->name === "buy me a coffee") -
button-iconBuy me a Coffee
+
button-iconBuy me a Coffee
@elseif($link->name === "custom_website"and $link->custom_css === "" or $link->custom_css === "NULL") -
button-icon{{ $link->title }}
+
button-icon{{ $link->title }}
@elseif($link->name === "custom_website" and $link->custom_css != "") -
button-icon{{ $link->title }}
+
button-icon{{ $link->title }}
@elseif($link->name === "space") title) and $link->title < 10) @@ -200,7 +200,7 @@ function get_operating_system() { @elseif($link->name === "heading")

{{ $link->title }}

@else -
button-icon{{ ucfirst($linkName) }}
+
button-icon{{ ucfirst($linkName) }}
@endif @endforeach