Skip to content

Commit b0fe239

Browse files
committed
Chnaged rounded logo on landing page
Removed the rounded-avatar class of the custom logo on the landing page.
1 parent ac741d4 commit b0fe239

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/home.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ function update_color_scheme() {
6363
<div class="column" style="margin-top: 10%">
6464
<!-- Your Image Here -->
6565
@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">
66+
<img src="{{ asset('littlelink/images/avatar.png') }}" srcset="{{ asset('littlelink/images/[email protected] 2x') }}" width="100px" height="100px">
6767
@else
6868
<div class="parent fadein" >
6969
<img class="image1 rotate" src="{{ asset('littlelink/images/just-gear.svg') }}" alt="Logo"></img>

0 commit comments

Comments
 (0)