Skip to content

Commit

Permalink
Typos corrected (publiclab#2218)
Browse files Browse the repository at this point in the history
  • Loading branch information
namangupta01 authored and Souravirus committed Mar 12, 2018
1 parent 127c997 commit f2209e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/home/_social.html.erb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div id="social">
<% if Rails.env == "production" %>
<div class="fb-like" data-send="false" data-layout="button_count" data-width="50" data-show-faces="false" style="vertical-align:top;zoom:1;*display:inline"></div>
<div class="fb-like" data-send="false" data-layout="button_count" data-width="50" data-show-faces="false" style="vertical-align:top;zoom:1;display:inline"></div>
<a style="padding-left:3px;" href="https://twitter.com/share" class="twitter-share-button">Tweet</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
<% end %>
Expand Down

0 comments on commit f2209e3

Please sign in to comment.