Skip to content

Commit f2cd00e

Browse files
author
Rajan
committed
add favicon
1 parent 2f183ba commit f2cd00e

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

public/favicon.ico

1.12 KB
Binary file not shown.

resources/views/layouts/app.blade.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<meta name="csrf-token" content="{{ csrf_token() }}">
99

1010
<title>{{ config('app.name', 'Laravel') }}</title>
11+
<link rel="apple-touch-icon" href="favicon.png">
1112

1213
<!-- Scripts -->
1314
<script src="{{ asset('js/app.js') }}" defer></script>

0 commit comments

Comments
 (0)