We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18bd600 commit ce6d05cCopy full SHA for ce6d05c
resources/views/littlelink.blade.php
@@ -262,7 +262,7 @@ function get_operating_system() {
262
<h1 class="fadein">{{ $info->name }}</h1>
263
264
<!-- Short Bio -->
265
- <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><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>
266
267
<!-- Icons -->
268
@php $icons = DB::table('links')->where('user_id', $userinfo->id)->where('button_id', 94)->get(); @endphp
0 commit comments