Skip to content

Commit

Permalink
Corrected title-/alttags for emojis on article item on dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
Refrase committed Feb 7, 2017
1 parent 4ede256 commit d337a16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Article/ListItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
</div>
<div v-if="interestingCount > 0" class="display-flex alignItems-center margin-left">
<span class="margin-right-1-2" :class="{ 'color-primary': interestingReactedByCurrentUser }">{{ interestingCount }}</span>
<img src="/dist/emoji_interesting.svg" title="Understandable" width="12" />
<img src="/dist/emoji_interesting.svg" title="Interesting" width="12" />
</div>
<div v-if="understandableCount > 0" class="display-flex alignItems-center margin-left">
<span class="margin-right-1-2" :class="{ 'color-primary': understandableReactedByCurrentUser }">{{ understandableCount }}</span>
<img src="/dist/emoji_understandable.svg" title="Interesting" width="12" />
<img src="/dist/emoji_understandable.svg" title="Understandable" width="12" />
</div>
</div>
</div>
Expand Down

0 comments on commit d337a16

Please sign in to comment.