Skip to content

Commit

Permalink
chore: add favicon (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
djaiss authored Dec 15, 2023
1 parent e97e6ea commit 47dbee4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions resources/views/layouts/guest.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
@vite(['resources/css/app.css', 'resources/js/app.js'])

{{ $jsonLdSchema ?? '' }}

<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🌞</text></svg>">
</head>

<body class="font-sans text-gray-900 antialiased">
Expand Down

0 comments on commit 47dbee4

Please sign in to comment.