Fix odd missing config and ignore precompiled version
This commit is contained in:
parent
f6bf6855fd
commit
c4a76f07a4
|
@ -0,0 +1,2 @@
|
|||
|
||||
theme.tar.gz
|
|
@ -39,8 +39,9 @@
|
|||
<body class="hold-transition skin-red fixed sidebar-collapse sidebar-mini">
|
||||
<div class="wrapper">
|
||||
<header class="main-header">
|
||||
<a href="{{ route('index') }}" class="logo">
|
||||
<span>{{ config('app.name', 'Pterodactyl') }}</span>
|
||||
<a href="{{ route('index') }}" class="logo">
|
||||
<span class="logo-lg">{{ config('app.name', 'Pterodactyl') }}</span>
|
||||
<span class="logo-mini"><img src="/favicons/android-chrome-192x192.png"></span>
|
||||
</a>
|
||||
<nav class="navbar navbar-static-top"></nav>
|
||||
</header>
|
||||
|
|
Reference in New Issue