Update resources/views/layouts/admin.blade.php

This commit is contained in:
denis 2024-11-03 04:25:19 -05:00
parent 3f540e3d21
commit e17d6ce67e

View file

@ -45,7 +45,7 @@
<div class="wrapper">
<header class="main-header">
<a href="{{ route('index') }}" class="logo">
<span>{{ config('app.name', 'Pterodactyl') }}</span>
<span>{{ config('app.name', 'Pelican') }}</span>
</a>
<nav class="navbar navbar-static-top">
<a href="#" class="sidebar-toggle" data-toggle="push-menu" role="button">
@ -166,7 +166,7 @@
<strong><i class="fa fa-fw {{ $appIsGit ? 'fa-git-square' : 'fa-code-fork' }}"></i></strong> {{ $appVersion }}<br />
<strong><i class="fa fa-fw fa-clock-o"></i></strong> {{ round(microtime(true) - LARAVEL_START, 3) }}s
</div>
Copyright &copy; 2015 - {{ date('Y') }} <a href="https://pterodactyl.io/">Pterodactyl Software</a>.
Copyright &copy; 2024 - {{ date('Y') }} <a href="https://pelican.io/">Pelican Panel</a>.
</footer>
</div>
@section('footer-scripts')