From 55217b60f0bd4996a9153a3c912c0e4075e7d767 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Tue, 7 Nov 2023 18:32:02 +0100 Subject: [PATCH] wait #6412 @0.25 --- views/screens/question_match.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/screens/question_match.blade.php b/views/screens/question_match.blade.php index dcad0df..5b839a6 100644 --- a/views/screens/question_match.blade.php +++ b/views/screens/question_match.blade.php @@ -11,7 +11,7 @@ @endphp
- @include('components.background',['data'=>$data,'name'=>'standard','fit'=>'fill']) + @include('components.background',['data'=>$data,'name'=>'match','fit'=>'fill'])
@include('header_question', ['data' => $data, 'max' => $max, 'position' => $position])
-- 2.39.5