Skip to content

Commit

Permalink
div tag corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandolievano committed Apr 8, 2019
1 parent 3fce94e commit f4595b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/GifCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
<vue-goodshare-twitter has_icon :page_url="gif.media[0].gif.url" class="button is-medium" />
</div>
<!-- <div class="card-footer-item">
<vue-goodshare-whatsapp has_icon :page_url="gif.media[0].gif.url" class="button is-medium" /> -->
</div>
<vue-goodshare-whatsapp has_icon :page_url="gif.media[0].gif.url" class="button is-medium" />
</div> -->
</footer>
</div>
</template>
Expand Down

0 comments on commit f4595b3

Please sign in to comment.