File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -299,7 +299,7 @@ function get_operating_system() {
299299 @php $icons = DB:: table (' links' )-> where (' user_id' , $userinfo -> id )-> where (' button_id' , 94 )-> get (); @endphp
300300 <div class =" row fadein social-icon-div" >
301301 @foreach ($icons as $icon )
302- <a class =" social-hover social-link" href =" {{ route (' clickNumber' ) . ' /' . $icon -> id } }" @if (theme (' open_links_in_same_tab' ) != " true" )target =" _blank" @endif ><i class =" social-icon fa-brands fa-{{ $icon -> title } }" ></i ></a >
302+ <a class =" social-hover social-link" href =" {{ route (' clickNumber' ) . ' /' . $icon -> id . " ? " . $icon -> link } }" @if (theme (' open_links_in_same_tab' ) != " true" )target =" _blank" @endif ><i class =" social-icon fa-brands fa-{{ $icon -> title } }" ></i ></a >
303303 @endforeach
304304 </div >
305305
You can’t perform that action at this time.
0 commit comments