Skip to content

Commit 589c09b

Browse files
committed
Bugfix
1 parent 83c3a9b commit 589c09b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

resources/views/studio/page.blade.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,8 @@
180180
<div class="profile-img position-relative me-3 mb-3 mb-lg-0 profile-logo profile-logo1">
181181
@if(file_exists(base_path(findAvatar(Auth::user()->id))))
182182
<img src="{{ url(findAvatar(Auth::user()->id)) }}" class="theme-color-default-img img-fluid rounded-pill avatar-100 bg-white" width="100" height="100" draggable="false" style="object-fit:cover;">
183+
@elseif(file_exists(base_path("assets/linkstack/images/").findFile('avatar')))
184+
<img src="{{ url("assets/linkstack/images/")."/".findFile('avatar') }}" class="theme-color-default-img img-fluid rounded-pill avatar-100 bg-white" width="100" height="100" draggable="false">
183185
@else
184186
<img src="{{ asset('assets/linkstack/images/logo.svg') }}" class="theme-color-default-img img-fluid rounded-pill avatar-100 bg-white" width="100" height="100" draggable="false">
185187
@endif

0 commit comments

Comments
 (0)