Get from env

This commit is contained in:
Daniel Brendel
2023-03-23 01:02:03 +01:00
parent 88c0d34409
commit 029e47c3bc
2 changed files with 3 additions and 1 deletions

View File

@ -5,7 +5,7 @@
<div class="footer-frame">
<div class="footer-content">
<div>&copy; {{ date('Y') }} by {{ env('APP_AUTHOR') }} | <a href="{{ env('APP_LINK_GITHUB') }}" title="GitHub"><i class="fab fa-github"></i></a>&nbsp;&nbsp;<a href="{{ env('APP_LINK_STEAM') }}" title="Steam"><i class="fab fa-steam"></i></a></div>
<div>{{ env('APP_NAME') }} is not affiliated with Valve or Steam</div>
<div>{{ env('APP_FOOTER_NOTICE') }}</div>
</div>
</div>
</div>