Skip to content

Commit

Permalink
Merge pull request #171 from wotanut/main
Browse files Browse the repository at this point in the history
Add favicon for uniformity with other VATSIM services
  • Loading branch information
lieselwd authored Dec 9, 2024
2 parents 3f9ea2f + 46498ba commit a6b7c74
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file modified public/favicon.ico
Binary file not shown.
1 change: 1 addition & 0 deletions resources/views/_layouts/main.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
@vite(['resources/scss/bootstrap.scss', 'resources/scss/site.scss', 'resources/js/app.js', 'resources/css/datatables.css'])
@livewireStyles
<title>@if(isset($_pageTitle)) {{ $_pageTitle }} :: @endif natTrak :: VATSIM</title>
<link rel="shortcut icon" href="{{ asset('favicon.ico') }}" type="image/x-icon">
</head>
<body>
<header id="header">
Expand Down

0 comments on commit a6b7c74

Please sign in to comment.