File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -195,8 +195,10 @@ function get_operating_system() {
195195 @if ($link -> button_id === 0 )
196196 <div style =" --delay : {{ $initial ++ }}s " class =" button-entrance" ><a class =" button button-title button hvr-grow hvr-icon-wobble-vertical" href =" {{ route (' clickNumber' ) . ' /' . $link -> id . ' /' . $link -> link } }" target =" _blank" >
197197 {{ $link -> title } } </a ></div >
198- @elseif ($link -> name === " custom" )
198+ @elseif ($link -> name === " custom" and $link -> custom_css === " " )
199199 <div style =" --delay : {{ $initial ++ }}s " class =" button-entrance" ><a class =" button button-{{ $link -> name } } button hvr-grow hvr-icon-wobble-vertical" href =" {{ route (' clickNumber' ) . ' /' . $link -> id . ' /' . $link -> link } }" target =" _blank" ><img class =" icon hvr-icon" src =" {{ asset (' \/littlelink/icons\/' ) . $linkName } } .svg" >{{ $link -> title } } </a ></div >
200+ @elseif ($link -> name === " custom" and $link -> custom_css != " " )
201+ <div style =" --delay : {{ $initial ++ }}s " class =" button-entrance" ><a class =" button button hvr-grow hvr-icon-wobble-vertical" style =" {{ $link -> custom_css } }" href =" {{ route (' clickNumber' ) . ' /' . $link -> id . ' /' . $link -> link } }" target =" _blank" ><img class =" icon hvr-icon" src =" {{ asset (' \/littlelink/icons\/' ) . $linkName } } .svg" >{{ $link -> title } } </a ></div >
200202 @elseif ($link -> name === " buy me a coffee" )
201203 <div style =" --delay : {{ $initial ++ }}s " class =" button-entrance" ><a class =" button button-coffee button hvr-grow hvr-icon-wobble-vertical" href =" {{ route (' clickNumber' ) . ' /' . $link -> id . ' /' . $link -> link } }" target =" _blank" ><img class =" icon hvr-icon" src =" {{ asset (' \/littlelink/icons\/' ) } } coffee.svg" >Buy me a Coffee</a ></div >
202204 @elseif ($link -> name === " custom_website" )
You can’t perform that action at this time.
0 commit comments