mirror of
https://github.com/SophiaAtkinson/steamwidgets-web.git
synced 2026-01-17 03:04:57 -08:00
#14 Order
This commit is contained in:
@@ -41,13 +41,13 @@
|
||||
<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"/>
|
||||
<img src="https://img.shields.io/github/stars/{{ 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"/>
|
||||
<img src="https://img.shields.io/github/forks/{{ env('APP_REPOSITORY') }}?style=flat"/>
|
||||
</div>
|
||||
@endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user