Fix odd missing config and ignore precompiled version

This commit is contained in:
Alex D. 2018-11-01 03:36:19 +01:00
parent f6bf6855fd
commit c4a76f07a4
2 changed files with 5 additions and 2 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
theme.tar.gz

View File

@ -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>