forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-11 00:51:14 -06:00
parent d3ce6d09c0
commit deeb24d7e4
1 changed files with 2 additions and 2 deletions

View File

@ -35,10 +35,10 @@
Share Post
</h2>
<div class="flex flex-wrap items-center space-x-2">
<a class="leading-4 text-gray-400 hover:text-gray-300" href="javascript:void(0)" onclick="window.location.href='https://twitter.com/share?url='+ encodeURIComponent(window.location.href)+'&text='+document.title;">
<a class="leading-4 text-gray-400 hover:text-gray-300" href="javascript:void(0)" onclick="window.location.href='https://www.reddit.com/submit?url='+ encodeURIComponent(window.location.href)+'&title='+document.title;">
<img src="/assets/images/icons/reddit.gif" class="w-7 h-7 object-contain" alt="Share this post on Reddit"/>
</a>
<a class="leading-4 text-gray-400 hover:text-gray-300" href="">
<a class="leading-4 text-gray-400 hover:text-gray-300" href="javascript:void(0)" onclick="window.location.href='https://twitter.com/share?url='+ encodeURIComponent(window.location.href)+'&text='+document.title;">
<img src="/assets/images/icons/twitter.gif" class="w-7 h-7 object-contain" alt="Share this post on Twitter"/>
</a>
</div>