mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-01-20 22:00:52 +01:00
Update page.blade.php
This commit is contained in:
parent
8bbc9417c1
commit
376fbd32af
@ -18,9 +18,9 @@
|
||||
|
||||
<div class="form-group col-lg-8">
|
||||
@if(file_exists(base_path("img/$page->littlelink_name" . ".png" )))
|
||||
<img src="{{ asset("img/$page->littlelink_name" . ".png") }}" style="width: 75px; border-radius: 50%;">
|
||||
<img src="{{ asset("img/$page->littlelink_name" . ".png") }}" style="width: 75px; height: 75px; border-radius: 50%;">
|
||||
@else
|
||||
<img src="{{ asset('littlelink/images/logo.svg') }}" style="width: 75px;">
|
||||
<img src="{{ asset('littlelink/images/logo.svg') }}" style="width: 75px; height: 75px;">
|
||||
@endif
|
||||
</div>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user