From da992ff1b780bf687ba2093d36c2def943296ec5 Mon Sep 17 00:00:00 2001 From: RoscoeDeWah Date: Thu, 16 Jan 2025 13:42:14 +0000 Subject: Remove unused stuff --- resources/views/components/toh-quote.blade.php | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 resources/views/components/toh-quote.blade.php (limited to 'resources/views/components/toh-quote.blade.php') diff --git a/resources/views/components/toh-quote.blade.php b/resources/views/components/toh-quote.blade.php deleted file mode 100644 index d9dfab1..0000000 --- a/resources/views/components/toh-quote.blade.php +++ /dev/null @@ -1,12 +0,0 @@ -

- @foreach($quote["lines"] as $line) - {{ $line["character"] }}: - {{-- Literally only one thing will trigger this lmao --}} - @if($line["line"] == "*Rage squeals*") - {{ $line["line"] }} - @else - "{{ $line["line"] }}" - @endif
- @endforeach - ({{ $quote["attribution"] }}) -

-- cgit v1.2.3-54-g00ecf