Skip to content

Commit 3d27749

Browse files
committed
Bugfix
1 parent 6dc161e commit 3d27749

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

resources/views/littlelink.blade.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,6 @@ function get_operating_system() {
314314
@php $linkName = str_replace('default ','',strtolower($link->title)) @endphp
315315
@switch($link->name)
316316
@case('icon')
317-
<div style="--delay: {{ $initial++ }}s" class="button-entrance"><a class="button button-title button button-hover icon-hover" rel="noopener noreferrer nofollow" href="{{ route('clickNumber') . '/' . $link->id . "?" . $link->link }}" @if(theme('open_links_in_same_tab') != "true")target="_blank"@endif >{{ $link->title }}</a></div>
318317
@break
319318
@case('phone')
320319
<div style="--delay: {{ $initial++ }}s" class="button-entrance"><a class="button button-default button button-hover icon-hover" rel="noopener noreferrer nofollow" href="{{ route('clickNumber') . '/' . $link->id . "?" . $link->link }}"><img alt="button-icon" class="icon hvr-icon" src="@if(theme('use_custom_icons') == "true"){{ url('themes/' . $GLOBALS['themeName'] . '/extra/custom-icons')}}/phone{{theme('custom_icon_extension')}} @else{{ asset('\/littlelink/icons\/')}}phone.svg @endif"></i>{{ $link->title }}</a></div>

0 commit comments

Comments
 (0)