File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -199,9 +199,9 @@ function get_operating_system() {
199199 <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" >
200200 {{ $link -> title } } </a ></div >
201201 @elseif ($link -> name === " custom" and $link -> custom_css === " " )
202- <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" ><i class =" icon hvr-icon fa {{ $link -> custom_icon } }" ></i >{{ $link -> title } } </a ></div >
202+ <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" ><i style = " color : {{$link->custom_icon}} " class =" icon hvr-icon fa {{ $link -> custom_icon } }" ></i >{{ $link -> title } } </a ></div >
203203 @elseif ($link -> name === " custom" and $link -> custom_css != " " )
204- <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" ><i class =" icon hvr-icon fa {{ $link -> custom_icon } }" ></i >{{ $link -> title } } </a ></div >
204+ <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" ><i style = " color : {{$link->custom_icon}} " class =" icon hvr-icon fa {{ $link -> custom_icon } }" ></i >{{ $link -> title } } </a ></div >
205205 @elseif ($link -> name === " buy me a coffee" )
206206 <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 >
207207 @elseif ($link -> name === " custom_website" )
You can’t perform that action at this time.
0 commit comments