]> _ Git - fluidbook-toolbox-quiz.git/commitdiff
wip #6248
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 6 Sep 2023 14:02:32 +0000 (16:02 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 6 Sep 2023 14:02:32 +0000 (16:02 +0200)
views/screens/intro.blade.php

index dd06ab4684d59e06e08c854b7cbaddf4ce39189b..0d8d498bfcd5d2c6b10355e07d6f681f7a6d76c2 100644 (file)
@@ -2,7 +2,7 @@
     $absPath = \App\Models\Quiz::find($data->id)->getPreviewURL();
 @endphp
 <div class="container-screen none" data-screen="welcome">
-    @include('header_title', ['data', $data])
+    @include('header_title', ['data', $data])s
     <div class="screen" id="welcome">
         <h2>{{$data->intro_title?:$__('Welcome')}}</h2>
         <p>{{$data->intro_text}}</p>