mirror of
https://github.com/SophiaAtkinson/steamwidgets-web.git
synced 2025-06-26 17:17:42 -07:00
#14 Check before rendering
This commit is contained in:
@ -39,17 +39,23 @@
|
||||
</div>
|
||||
|
||||
<div class="navbar-end">
|
||||
@if (env('APP_REPOSITORY'))
|
||||
<div class="navbar-item">
|
||||
<img src="https://img.shields.io/github/forks/{{ env('APP_REPOSITORY') }}?style=flat"/>
|
||||
</div>
|
||||
@endif
|
||||
|
||||
@if (env('APP_REPOSITORY'))
|
||||
<div class="navbar-item">
|
||||
<img src="https://img.shields.io/github/stars/{{ env('APP_REPOSITORY') }}?style=flat"/>
|
||||
</div>
|
||||
@endif
|
||||
|
||||
@if (env('APP_NPMPACKAGENAME'))
|
||||
<div class="navbar-item">
|
||||
<img src="https://img.shields.io/npm/dt/{{ env('APP_NPMPACKAGENAME') }}?style=flat"/>
|
||||
</div>
|
||||
@endif
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
Reference in New Issue
Block a user