Skip to content

Commit

Permalink
Thanks page edit
Browse files Browse the repository at this point in the history
  • Loading branch information
mhunesi committed Apr 28, 2020
1 parent 1fa6f0d commit 3b12891
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/survey/thanks.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
$asset = \mhunesi\formio\assets\FormioAssets::register($this);
?>

<div class="survey-head text-center">
<img class="mb-4" width="80" alt="Gezer Ayakkabı" src="<?= $asset->baseUrl.'/img/tick.png' ?>">
<div class="survey-head text-center pt-4">
<img class="mb-4" width="80" src="<?= $asset->baseUrl.'/img/tick.png' ?>">
<h4 class="text-center"><?= Yii::t('formio','Thanks For Submission') ?>.</h4>
</div>

0 comments on commit 3b12891

Please sign in to comment.