Skip to content

Commit

Permalink
fix(measure): High five gif now appears every time
Browse files Browse the repository at this point in the history
Change relative path of prod version
  • Loading branch information
MathieuNls committed Jan 11, 2017
1 parent a8e54d0 commit 326df54
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/measure/measure.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ <h1>
<h1>{{ 'well-done' | translate }}</h1>

<div id="h5">
<ion-img id="image-h5" [src]="highFiveSrc"></ion-img>
<img id="image-h5" [src]="highFiveSrc" />
</div>

<p>
Expand Down
4 changes: 4 additions & 0 deletions src/pages/measure/measure.scss
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,10 @@ ion-content#measure{
margin-left:5%;
}

#image-h5{
margin-top:-13%;
}

// ion-img > img{
// display:none;
// }
Expand Down

0 comments on commit 326df54

Please sign in to comment.