Skip to content

Commit

Permalink
Update favicon links
Browse files Browse the repository at this point in the history
  • Loading branch information
ewilan-riviere committed Mar 17, 2024
1 parent 0147155 commit 587e30f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions resources/views/components/favicon.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,16 @@
name="theme-color"
content="#ffffff"
>

{{-- <link
type="image/x-icon"
href="{{ $url }}'/favicon.svg'"
rel="shortcut icon"
media="(prefers-color-scheme: light)"
>
<link
type="image/x-icon"
href="{{ $url }}'/favicon-dark.svg'"
rel="shortcut icon"
media="(prefers-color-scheme: dark)"
> --}}

0 comments on commit 587e30f

Please sign in to comment.