mirror of
https://github.com/SophiaAtkinson/steamwidgets-web.git
synced 2025-06-26 21:37:42 -07:00
#14 Proper wording
This commit is contained in:
@ -20,7 +20,7 @@ APP_BASEDIR=""
|
||||
APP_SESSION=true
|
||||
APP_LINK_GITHUB="https://github.com/danielbrendel"
|
||||
APP_LINK_STEAM="https://store.steampowered.com/developer/danielbrendel/"
|
||||
APP_PACKAGE="danielbrendel/steamwidgets-web"
|
||||
APP_REPOSITORY="danielbrendel/steamwidgets-web"
|
||||
APP_SHOWNPMUSAGE=true
|
||||
APP_NPMPACKAGENAME=""
|
||||
APP_NPMPACKAGEURL=""
|
||||
|
@ -40,11 +40,11 @@
|
||||
|
||||
<div class="navbar-end">
|
||||
<div class="navbar-item">
|
||||
<img src="https://img.shields.io/github/forks/{{ env('APP_PACKAGE') }}?style=flat"/>
|
||||
<img src="https://img.shields.io/github/forks/{{ env('APP_REPOSITORY') }}?style=flat"/>
|
||||
</div>
|
||||
|
||||
<div class="navbar-item">
|
||||
<img src="https://img.shields.io/github/stars/{{ env('APP_PACKAGE') }}?style=flat"/>
|
||||
<img src="https://img.shields.io/github/stars/{{ env('APP_REPOSITORY') }}?style=flat"/>
|
||||
</div>
|
||||
|
||||
<div class="navbar-item">
|
||||
|
Reference in New Issue
Block a user