We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac741d4 commit b0fe239Copy full SHA for b0fe239
resources/views/home.blade.php
@@ -63,7 +63,7 @@ function update_color_scheme() {
63
<div class="column" style="margin-top: 10%">
64
<!-- Your Image Here -->
65
@if(file_exists(base_path("littlelink/images/avatar.png" )))
66
- <img class="rounded-avatar" src="{{ asset('littlelink/images/avatar.png') }}" srcset="{{ asset('littlelink/images/[email protected] 2x') }}" width="100px" height="100px">
+ <img src="{{ asset('littlelink/images/avatar.png') }}" srcset="{{ asset('littlelink/images/[email protected] 2x') }}" width="100px" height="100px">
67
@else
68
<div class="parent fadein" >
69
<img class="image1 rotate" src="{{ asset('littlelink/images/just-gear.svg') }}" alt="Logo"></img>
0 commit comments