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 ccdee46 commit 09aea65Copy full SHA for 09aea65
resources/views/layouts/guest.blade.php
@@ -8,6 +8,12 @@
8
<meta name="viewport" content="width=device-width, initial-scale=1">
9
<meta name="csrf-token" content="{{ csrf_token() }}">
10
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
+
17
<title>{{ config('app.name') }}</title>
18
19
<!-- Fonts -->
0 commit comments