Skip to content

Commit f9dc66b

Browse files
committed
Update footer
1 parent d4e1bc6 commit f9dc66b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
</div>
4545
@yield('content')
4646
<p class="small text-muted">
47-
Copyright &copy; 2015 - {{ date('Y') }} <a href="https://pterodactyl.io/" target="_blank">Pterodactyl Software &amp; Design</a>.<br />
47+
Copyright &copy; 2015 - {{ date('Y') }} <a href="https://pterodactyl.io/" target="_blank">Pterodactyl Software</a>.<br />
4848
</p>
4949
</div>
5050
{!! Theme::js('js/vendor/jquery/jquery.min.js') !!}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<div class="pull-right hidden-xs small text-gray">
6161
<strong>v</strong> {{ config('app.version') }}
6262
</div>
63-
Copyright &copy; 2015 - {{ date('Y') }} <a href="https://pterodactyl.io/">Pterodactyl Software &amp; Design</a>.
63+
Copyright &copy; 2015 - {{ date('Y') }} <a href="https://pterodactyl.io/">Pterodactyl Software</a>.
6464
</footer>
6565
</div>
6666
@section('footer-scripts')

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ class="active"
236236
<div class="pull-right hidden-xs small text-gray">
237237
<strong>v</strong> {{ config('app.version') }}
238238
</div>
239-
Copyright &copy; 2015 - {{ date('Y') }} <a href="https://pterodactyl.io/">Pterodactyl Software &amp; Design</a>.
239+
Copyright &copy; 2015 - {{ date('Y') }} <a href="https://pterodactyl.io/">Pterodactyl Software</a>.
240240
</footer>
241241
<aside class="control-sidebar control-sidebar-dark">
242242
<ul class="nav nav-tabs nav-justified control-sidebar-tabs">

0 commit comments

Comments
 (0)