diff options
author | RoscoeDeWah <roscoe@wah.moe> | 2025-01-16 13:42:14 +0000 |
---|---|---|
committer | RoscoeDeWah <roscoe@wah.moe> | 2025-01-16 13:42:14 +0000 |
commit | da992ff1b780bf687ba2093d36c2def943296ec5 (patch) | |
tree | 28d4c656da316becfaf8ba81b7541d03abb188ae /resources/views/components/discord-status.blade.php | |
parent | a349858a7d55e66b51b56063af5306d3a5652bb9 (diff) |
Remove unused stuff
Diffstat (limited to 'resources/views/components/discord-status.blade.php')
-rw-r--r-- | resources/views/components/discord-status.blade.php | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/resources/views/components/discord-status.blade.php b/resources/views/components/discord-status.blade.php deleted file mode 100644 index 868fc03..0000000 --- a/resources/views/components/discord-status.blade.php +++ /dev/null @@ -1,7 +0,0 @@ -@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> |