Skip to content

Commit 8dea98a

Browse files
committed
Update page.blade.php
1 parent 5622b4f commit 8dea98a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

resources/views/studio/page.blade.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,8 @@
3535
@if(file_exists(base_path("img/" . Auth::user()->id . ".png")))
3636
<img src="{{ asset("img/" . Auth::user()->id . ".png") }}" style="width: 75px; height: 75px; border-radius: 50%; object-fit: cover;">
3737
@else
38-
@if(!empty($page->image))
39-
<img src="{{ $page->image }}" style="width: 75px; height: 75px; object-fit: cover;">
40-
@else
4138
<img src="{{ asset('littlelink/images/logo.svg') }}" style="width: 75px; height: 75px; object-fit: cover;">
4239
@endif
43-
@endif
4440
</div>
4541

4642
<!--<div class="form-group col-lg-8">

0 commit comments

Comments
 (0)