aboutsummaryrefslogtreecommitdiff
path: root/resources/views/components/discord-status.blade.php
blob: 868fc0378e0085ca39c16b0281dc606f08a93b30 (plain)
1
2
3
4
5
6
7
@if($status == null)
    <p>Status Unavailable</p>
@else
    <span>I'm</span>
    <h2 class="online-status" style="color: {{ $status["color"] }};text-shadow: var(--firefox-shadow) {{ $status["color"] }}4f !important">{{ $status["text"] }}!</h2>
@endif
<p><strong>Time in Britain:</strong> <span id="clock"></span></p>