Skip to content

Commit

Permalink
Add favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
mattstauffer committed Jul 12, 2024
1 parent df1ac53 commit 0300391
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
Empty file removed public/favicon.ico
Empty file.
Binary file added public/images/favicon.ico
Binary file not shown.
3 changes: 2 additions & 1 deletion resources/views/layouts/public.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="csrf-token" content="{{ csrf_token() }}" />

<title>{{ config('app.name', 'Laravel') }}</title>
<title>Built with Laravel</title>
<link rel="icon" href="/images/favicon.ico">

<!-- Fonts -->
<link rel="preconnect" href="https://fonts.bunny.net" />
Expand Down

0 comments on commit 0300391

Please sign in to comment.