mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-04-27 00:18:56 +02:00
Update littlelink.blade.php
This commit is contained in:
parent
a92739c950
commit
1726d027b2
@ -259,7 +259,7 @@ function get_operating_system() {
|
||||
@endif
|
||||
|
||||
<!-- Your Name -->
|
||||
<h1 class="fadein">{{ $info->name }}@if(($userinfo->role == 'vip' or $userinfo->role == 'admin') and theme('disable_verification_badge') != "true")@include('components.verify-svg')@endif</h1>
|
||||
<h1 class="fadein">{{ $info->name }}@if(($userinfo->role == 'vip' or $userinfo->role == 'admin') and theme('disable_verification_badge') != "true")<span title="Verified user">@include('components.verify-svg')@endif</span></h1>
|
||||
|
||||
<!-- Short Bio -->
|
||||
<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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user