Skip to content

Commit

Permalink
Work for #7181 - Advanced header mobile view - try fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
tsv2013 committed Oct 18, 2023
1 parent b69d2a8 commit 25b5706
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
:width="model.survey.renderedLogoWidth"
:height="model.survey.renderedLogoHeight"
:alt="model.survey.locTitle.renderedHtml"
:style="{ 'objectFit': model.survey.logoFit, 'width': model.survey.renderedStyleLogoWidth, 'height': model.survey.renderedStyleLogoHeight }"
:style="{ 'objectFit': model.survey.logoFit, 'width': model.survey.renderedStyleLogoWidth, 'height': model.survey.renderedStyleLogoHeight } as any"
/>
</div>
</div>
Expand Down

0 comments on commit 25b5706

Please sign in to comment.