Skip to content

Commit 6e6ce65

Browse files
matthewpiDaneEveritt
authored andcommitted
Fix logo-mini image (pterodactyl#1183)
1 parent 4e2eafe commit 6e6ce65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/themes/pterodactyl/layouts/master.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<header class="main-header">
4545
<a href="{{ route('index') }}" class="logo">
4646
<span class="logo-lg">{{ config('app.name', 'Pterodactyl') }}</span>
47-
<span class="logo-mini"><img src="favicons/android-chrome-192x192.png"></span>
47+
<span class="logo-mini"><img src="/favicons/android-chrome-192x192.png"></span>
4848
</a>
4949
<nav class="navbar navbar-static-top">
5050
<a href="#" class="sidebar-toggle" data-toggle="push-menu" role="button">

0 commit comments

Comments
 (0)