fix: update statuspage btn

This commit is contained in:
Miguel Nogueira 2022-02-24 03:30:47 +00:00
parent 2a84c83b4f
commit 0a66bde951

View File

@ -170,7 +170,7 @@
@endswitch
<a class="mt-3 ml-3 btn btn-primary btn-lg" href="{{route('home')}}" role="button"><i class="fas fa-home"></i> {{ __('Back to safety') }}</a>
<a class="mt-3 ml-3 btn btn-primary btn-lg" href="https://status.gamescluboficial.com.br" role="button"><i class="fas fa-home"></i> {{ __('System status') }}</a>
<a target="_blank" class="mt-3 ml-3 btn btn-primary btn-lg" href="https://status.gamescluboficial.com.br" role="button"><i class="fas fa-cogs"></i> {{ __('System status') }}</a>
</div>