mirror of
https://github.com/SophiaAtkinson/steamwidgets-web.git
synced 2025-06-26 23:47:42 -07:00
No Twitter
This commit is contained in:
@ -19,7 +19,6 @@ APP_DEBUG=true
|
||||
APP_BASEDIR=""
|
||||
APP_SESSION=true
|
||||
APP_LINK_GITHUB="https://github.com/danielbrendel"
|
||||
APP_LINK_TWITTER="https://twitter.com/dbrendel_dev"
|
||||
APP_LINK_STEAM="https://store.steampowered.com/developer/danielbrendel/"
|
||||
APP_PACKAGE="danielbrendel/steamwidgets-web"
|
||||
APP_SHOWNPMUSAGE=true
|
||||
|
@ -4,7 +4,7 @@
|
||||
<div class="column is-4">
|
||||
<div class="footer-frame">
|
||||
<div class="footer-content">
|
||||
© {{ date('Y') }} by {{ env('APP_AUTHOR') }} | <a href="{{ env('APP_LINK_GITHUB') }}" title="GitHub"><i class="fab fa-github"></i></a> <a href="{{ env('APP_LINK_TWITTER') }}" title="Twitter"><i class="fab fa-twitter"></i></a> <a href="{{ env('APP_LINK_STEAM') }}" title="Steam"><i class="fab fa-steam"></i></a>
|
||||
© {{ date('Y') }} by {{ env('APP_AUTHOR') }} | <a href="{{ env('APP_LINK_GITHUB') }}" title="GitHub"><i class="fab fa-github"></i></a> <a href="{{ env('APP_LINK_STEAM') }}" title="Steam"><i class="fab fa-steam"></i></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user