Skip to content

Commit

Permalink
fix(SPA): GIF -> Gif
Browse files Browse the repository at this point in the history
issue #644
  • Loading branch information
mutoe committed Mar 5, 2019
1 parent 3e7fffb commit cbe870a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/spa/src/components/FeedCard/FeedImage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ export default {
}
&.gif:not(.playing) {
.m-pic:after {
content: "GIF";
content: "Gif";
background-color: #5dc8ab;
background-image: linear-gradient(135deg, #60ceb0 50%, #5dc8ab 50%);
}
Expand Down

0 comments on commit cbe870a

Please sign in to comment.