Skip to content

Commit

Permalink
favicon.png update
Browse files Browse the repository at this point in the history
  • Loading branch information
NuwanJ committed Nov 1, 2024
1 parent 9d7f801 commit 7df1cf6
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 3 deletions.
Binary file removed public/favicon.ico
Binary file not shown.
Binary file added public/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion resources/views/backend/layouts/app.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<title>{{ appName() }} | @yield('title')</title>
<meta name="description" content="@yield('meta_description', appName())">
<meta name="author" content="@yield('meta_author', 'cepdnaclk')">
<link rel="icon" href="/assets/img/favicon.png">
<link rel="icon" href="{{ asset('favicon.png') }}">
@yield('meta')

@stack('before-styles')
Expand Down
3 changes: 2 additions & 1 deletion resources/views/frontend/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{{ appName() }}</title>
<meta name="description" content="@yield('meta_description', appName())">
<meta name="author" content="@yield('meta_author', 'Anthony Rappa')">
<meta name="author" content="@yield('meta_author', 'Department of Computer Engineering, UoP')">
<link rel="icon" href="{{ asset('favicon.png') }}">
@yield('meta')

@stack('before-styles')
Expand Down
2 changes: 1 addition & 1 deletion resources/views/frontend/layouts/app.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<title>{{ appName() }} | @yield('title')</title>
<meta name="description" content="@yield('meta_description', appName())">
<meta name="author" content="@yield('meta_author', 'cepdnaclk')">
<link rel="icon" href="/assets/img/favicon.png">
<link rel="icon" href="{{ asset('favicon.png') }}">
@yield('meta')

@stack('before-styles')
Expand Down

0 comments on commit 7df1cf6

Please sign in to comment.