privacy update and minor fixes

This commit is contained in:
[3~
2020-10-10 11:48:03 +00:00
parent 089eae0809
commit 2cdd9f75db
11 changed files with 27 additions and 133 deletions

View File

@@ -20,13 +20,15 @@
</div>
</div>
@if(auth()->check())
<div class="page-header">
<h3>Discord</h3>
</div>
<p>Hello there! Join our Discord and have a nice chat with us!</p>
<p>w0bm <a href="/rules">rules</a> apply on the discord aswell also the server language is english.</p>
<iframe src="https://discordapp.com/widget?id=743079555379626006&theme=dark" width="350" height="500" allowtransparency="true" frameborder="0" sandbox="allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts"></iframe>
@else
@endif
@include('footer')
@endsection