Skip to content

Commit

Permalink
add favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
eucyt committed Dec 8, 2023
1 parent bb02795 commit 9e012d7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file modified laravel/public/favicon.ico
Binary file not shown.
1 change: 1 addition & 0 deletions laravel/resources/views/layouts/template.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<title>@yield('title')</title>
<link rel="shortcut icon" href="{{ asset('/favicon.ico') }}">
<script src="https://cdn.tailwindcss.com"></script>
<script>
tailwind.config = {
Expand Down

0 comments on commit 9e012d7

Please sign in to comment.