File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -262,7 +262,7 @@ function get_operating_system() {
262
262
<h1 class =" fadein" >{{ $info -> name } } </h1 >
263
263
264
264
<!-- Short Bio -->
265
- <center ><p style =" width :50% ;min-width :300px ;" class =" fadein" >@if (env (' ALLOW_USER_HTML' ) === true ){!! $info -> littlelink_description ! !}@else {{ $info -> littlelink_description } }@endif </p ></center >
265
+ <div class = " fadein " >< center ><p style =" width :50% ;min-width :300px ;" class =" fadein" >@if (env (' ALLOW_USER_HTML' ) === true ){!! $info -> littlelink_description ! !}@else {{ $info -> littlelink_description } }@endif </p ></center ></ div >
266
266
267
267
<!-- Icons -->
268
268
@php $icons = DB:: table (' links' )-> where (' user_id' , $userinfo -> id )-> where (' button_id' , 94 )-> get (); @endphp
@@ -306,9 +306,9 @@ function get_operating_system() {
306
306
echo " <br><br><br>"
307
307
? >
308
308
@elseif ($link -> name === " heading" )
309
- <h2 >{{ $link -> title } } </h2 >
309
+ <div class = " fadein " >< h2 >{{ $link -> title } } </h2 ></ div >
310
310
@elseif ($link -> name === " text" )
311
- <span style =" " >@if (env (' ALLOW_USER_HTML' ) === true ){!! $link -> title ! !}@else {{ $link -> title } }@endif </span >
311
+ <div class = " fadein " >< span style =" " >@if (env (' ALLOW_USER_HTML' ) === true ){!! $link -> title ! !}@else {{ $link -> title } }@endif </span ></ div >
312
312
@else
313
313
<?php include base_path (' config/button-names.php' ); $newLinkName = $linkName ; $isNewName = " false" ; foreach ($buttonNames as $key => $value ) { if ($newLinkName == $key ) { $newLinkName = $value ; $isNewName = " true" ; } } ? >
314
314
<div style =" --delay : {{ $initial ++ }}s " class =" button-entrance" ><a class =" button button-{{ $link -> name } } button button-hover icon-hover" rel =" noopener noreferrer nofollow" href =" {{ route (' clickNumber' ) . ' /' . $link -> id } }" @if (theme (' open_links_in_same_tab' ) != " true" )target =" _blank" @endif ><img alt =" button-icon" class =" icon hvr-icon" src =" @if (theme (' use_custom_icons' ) == " true" ){{ url (' themes/' . $GLOBALS [' themeName' ] . ' /extra/custom-icons' ) } } /{{ $linkName } }{{ theme (' custom_icon_extension' )} } @else {{ asset (' \/littlelink/icons\/' ) . $linkName } } .svg @endif " >@if ($isNewName == " true" ){{ $newLinkName } }@else {{ ucfirst ($newLinkName ) } }@endif </a ></div >
You can’t perform that action at this time.
0 commit comments