mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-04-06 22:51:03 +02:00
Update littlelink.blade.php
This commit is contained in:
parent
18bd6009ab
commit
ce6d05cfdc
@ -262,7 +262,7 @@ function get_operating_system() {
|
|||||||
<h1 class="fadein">{{ $info->name }}</h1>
|
<h1 class="fadein">{{ $info->name }}</h1>
|
||||||
|
|
||||||
<!-- Short Bio -->
|
<!-- Short Bio -->
|
||||||
<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>
|
||||||
|
|
||||||
<!-- Icons -->
|
<!-- Icons -->
|
||||||
@php $icons = DB::table('links')->where('user_id', $userinfo->id)->where('button_id', 94)->get(); @endphp
|
@php $icons = DB::table('links')->where('user_id', $userinfo->id)->where('button_id', 94)->get(); @endphp
|
||||||
|
Loading…
x
Reference in New Issue
Block a user