Update maintenance.blade.php
This commit is contained in:
parent
d3ea61b7b4
commit
fddedf906d
|
|
@ -1,6 +1,6 @@
|
|||
@extends('layouts.idenosidebar')
|
||||
@section('title')
|
||||
<title>{{ env('APP_NAME') }}</title>
|
||||
<title>BRB! - {{ env('APP_NAME') }}</title>
|
||||
@endsection
|
||||
@section('titlediscord')
|
||||
<meta content="{{env('APP_NAME')}}" property="og:title" />
|
||||
|
|
@ -13,6 +13,12 @@
|
|||
<h1 style="color: #ffffff">Oh Noes! ARCHBLOX is currently under maintenance.</h1>
|
||||
<p style="color: #ffffff">ARCHBLOX will be back soon, so please be patient.</p>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<p style="color: #ffffff">Impatient? <a href="https://discord.gg/nudzQ7hkWY">Join our Discord Server</a> for status updates.</p>
|
||||
@if (Auth::check() && Auth::user()->isAdmin())
|
||||
<br>
|
||||
|
|
|
|||
Loading…
Reference in New Issue