feat: add statuspage btn to err pages

This commit is contained in:
Miguel Nogueira 2022-02-24 03:29:15 +00:00
parent 641fd191a9
commit 2a84c83b4f

View File

@ -169,7 +169,8 @@
@endswitch
<a class="mt-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="{{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>
</div>