From 9ca84d47e62c9e16d256e17fc8defe2518aab6c6 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Mon, 17 Jan 2022 15:16:38 +0100 Subject: [PATCH] wait #5033 @0.25 --- resources/views/front/resources.blade.php | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/resources/views/front/resources.blade.php b/resources/views/front/resources.blade.php index 518ee24..cfa6867 100644 --- a/resources/views/front/resources.blade.php +++ b/resources/views/front/resources.blade.php @@ -105,7 +105,7 @@
{{-- SIDEBAR --}}
-
    +
+
{{-- CHAPTERS --}} @@ -126,7 +126,7 @@ space above scroll anchor position without misaligning anything --}}

- {{ $index + 1 }}. {{ $chapter['chapter_title'] }} + {{ $chapter['chapter_title'] }}

{{-- SUB-CHAPTERS --}} @@ -135,8 +135,7 @@ @continue @endif -

{{ $index + 1 }} - .{{ $subchapter_index + 1 }} {{ $subchapter['subchapter_title'] }}

+

{{ $subchapter['subchapter_title'] }}

{{ $subchapter['subchapter_subtitle'] }}

{{-- MEMOS --}} -- 2.39.5