Skip to content

Commit 09aea65

Browse files
committed
Fixed favicon on register and login page
1 parent ccdee46 commit 09aea65

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

resources/views/layouts/guest.blade.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@
88
<meta name="viewport" content="width=device-width, initial-scale=1">
99
<meta name="csrf-token" content="{{ csrf_token() }}">
1010

11+
@if(file_exists(base_path("littlelink/images/avatar.png" )))
12+
<link rel="icon" type="image/png" href="{{ asset('littlelink/images/avatar.png') }}">
13+
@else
14+
<link rel="icon" type="image/svg+xml" href="{{ asset('littlelink/images/logo.svg') }}">
15+
@endif
16+
1117
<title>{{ config('app.name') }}</title>
1218

1319
<!-- Fonts -->

0 commit comments

Comments
 (0)