File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
resources/views/linkstack/elements Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 4242 <div style =" --delay : {{ $initial ++ }}s " class =" button-entrance" ><a id =" {{ $link -> id } }" class =" button button-custom_website button-click button-hover icon-hover" rel =" noopener noreferrer nofollow noindex" href =" {{ $link -> link } }" @if ((UserData:: getData ($userinfo -> id , ' links-new-tab' ) != false ) )target =" _blank" @endif ><img alt =" {{ $link -> name } }" class =" icon hvr-icon" src =" @if (file_exists (base_path (" assets/favicon/icons/" ). localIcon ($link -> id )) ){{ url (' assets/favicon/icons/' . localIcon ($link -> id ))} }@else {{ getFavIcon ($link -> id )} }@endif " onerror =" this.onerror=null; this.src='{{ asset (' assets/linkstack/icons/website.svg' )} } ';" >{{ $link -> title } } </a ></div >
4343 @break
4444 @elseif ($link -> custom_css != " " )
45- <div style =" --delay : {{ $initial ++ }}s " class =" button-entrance" ><a id =" {{ $link -> id } }" class =" button-click button-hover icon-hover" style =" {{ $link -> custom_css } }" rel =" noopener noreferrer nofollow noindex" href =" {{ $link -> link } }" @if ((UserData:: getData ($userinfo -> id , ' links-new-tab' ) != false ) )target =" _blank" @endif ><img alt =" {{ $link -> name } }" class =" icon hvr-icon" src =" @if (file_exists (base_path (" assets/favicon/icons/" ). localIcon ($link -> id )) ){{ url (' assets/favicon/icons/' . localIcon ($link -> id ))} }@else {{ getFavIcon ($link -> id )} }@endif " onerror =" this.onerror=null; this.src='{{ asset (' assets/linkstack/icons/website.svg' )} } ';" >{{ $link -> title } } </a ></div >
45+ <div style =" --delay : {{ $initial ++ }}s " class =" button-entrance" ><a id =" {{ $link -> id } }" class =" button button-custom_website button -click button-hover icon-hover" style =" {{ $link -> custom_css } }" rel =" noopener noreferrer nofollow noindex" href =" {{ $link -> link } }" @if ((UserData:: getData ($userinfo -> id , ' links-new-tab' ) != false ) )target =" _blank" @endif ><img alt =" {{ $link -> name } }" class =" icon hvr-icon" src =" @if (file_exists (base_path (" assets/favicon/icons/" ). localIcon ($link -> id )) ){{ url (' assets/favicon/icons/' . localIcon ($link -> id ))} }@else {{ getFavIcon ($link -> id )} }@endif " onerror =" this.onerror=null; this.src='{{ asset (' assets/linkstack/icons/website.svg' )} } ';" >{{ $link -> title } } </a ></div >
4646 @break
4747 @endif
4848 @default
You can’t perform that action at this time.
0 commit comments