From 53665646c4a642818e7ca7a0bb47995ca58411d0 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Thu, 5 Oct 2023 18:30:37 +0200 Subject: [PATCH] wait #6336 @0.5 --- views/index.blade.php | 2 +- views/screens/intro.blade.php | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) 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}}

-
- - -