diff --git a/resources/forum/blade-tailwind/views/category/index.blade.php b/resources/forum/blade-tailwind/views/category/index.blade.php index d842689d6..eafbc9c98 100644 --- a/resources/forum/blade-tailwind/views/category/index.blade.php +++ b/resources/forum/blade-tailwind/views/category/index.blade.php @@ -1,7 +1,7 @@ {{-- $category is passed as NULL to the master layout view to prevent it from showing in the breadcrumbs --}} @extends ('forum::layouts.main', ['category' => null]) -@section ('content') +@section ('forum-content')