From: Vincent Vanwaelscappel Date: Thu, 5 Oct 2023 16:30:37 +0000 (+0200) Subject: wait #6336 @0.5 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=53665646c4a642818e7ca7a0bb47995ca58411d0;p=fluidbook-toolbox-quiz.git wait #6336 @0.5 --- diff --git a/views/index.blade.php b/views/index.blade.php index 794f9c6..baafcda 100644 --- a/views/index.blade.php +++ b/views/index.blade.php @@ -17,7 +17,7 @@ @endphp
- @include('components.background',['data'=>$data,'name'=>'mainBackground','fit'=>'cover']) + @include('components.background',['data'=>$data,'name'=>'background','fit'=>'cover']) @include('screens.intro', ['data'=> $data]) @foreach($data->questions as $key => $question) @php($coundown_enabled = $question["countdown_enable"]) diff --git a/views/screens/intro.blade.php b/views/screens/intro.blade.php index 76bbab9..941971c 100644 --- a/views/screens/intro.blade.php +++ b/views/screens/intro.blade.php @@ -14,15 +14,12 @@ @endphp
+ @include('components.background',['data'=>$data,'name'=>'intro','fit'=>'fill']) @include('header_title', ['data'=> $headerData])

{{$data->intro_title?:$__('Welcome')}}

{{$data->intro_text}}

-
- - -