Skip to content

Commit

Permalink
Merge pull request #66 from Cryptorubic/hotfix-team-images
Browse files Browse the repository at this point in the history
fix of chrome's cache
  • Loading branch information
siandreev authored Mar 4, 2021
2 parents 85d84d0 + e286bb5 commit 606f6ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/team/team-card/team-card.component.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<div class="team-card" (click)="onClick()">
<img class="team-card__image" [src]="'assets/images/team/' + content.img" alt="" />
<!--?v=3 - is added to update images, despite chrome's cache-->
<img class="team-card__image" [src]="'assets/images/team/' + content.img + '?v=3'" alt="" />

<div class="team-card__description">
<div class="team-card__name">{{ content.name }}</div>
Expand Down

0 comments on commit 606f6ac

Please sign in to comment.