Skip to content

Commit

Permalink
correct image
Browse files Browse the repository at this point in the history
  • Loading branch information
PavlosIsaris committed Dec 17, 2024
1 parent 6110dcb commit 72b493b
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,7 @@ class="align-items-center mx-0"
{!! $viewModel->questionnaire->fieldsTranslation->description !!}
</div>

@if($viewModel->project->lp_questionnaire_img_path)
<div style="background-image: url('{{$viewModel->project->lp_questionnaire_img_path}}'); background-size: contain; background-repeat: no-repeat; height: 200px"></div>
@else
<div style="background-image: url('/images/project_lp_questionnaire.webp'); background-size: contain; background-repeat: no-repeat; height: 200px"></div>
@endif
<div style="background-image: url('/images/project_lp_questionnaire.webp'); background-size: contain; background-repeat: no-repeat; height: 200px"></div>
<div class="container-fluid">
<div class="row">
<div class="col-lg-10 col-md-10 col-sm-11 mx-auto">
Expand Down

0 comments on commit 72b493b

Please sign in to comment.