Skip to content

Commit e4432de

Browse files
committed
Bugfix
1 parent b3f0f7c commit e4432de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/views/littlelink.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,9 +284,9 @@ function get_operating_system() {
284284
<div class="column" style="margin-top: 5%">
285285
<!-- Your Image Here -->
286286
@if(file_exists(base_path(findAvatar($userinfo->id))))
287-
<img alt="avatar" class="rounded-avatar fadein" src="{{ url(findAvatar($userinfo->id)) }}" srcset="{{ asset('littlelink/images/avatar@2x.png 2x') }}" width="128px" height="128px" style="object-fit: cover;">
287+
<img alt="avatar" class="rounded-avatar fadein" src="{{ url(findAvatar($userinfo->id)) }}" width="128px" height="128px" style="object-fit: cover;">
288288
@else
289-
<img alt="avatar" class="rounded-avatar fadein" src="{{ asset('littlelink/images/logo.svg') }}" srcset="{{ asset('littlelink/images/avatar@2x.png 2x') }}" width="128px" height="128px" style="object-fit: cover;">
289+
<img alt="avatar" class="rounded-avatar fadein" src="{{ asset('littlelink/images/logo.svg') }}" width="128px" height="128px" style="object-fit: cover;">
290290
@endif
291291

292292
<!-- Your Name -->

0 commit comments

Comments
 (0)