Skip to content

Commit 42caf29

Browse files
committed
Fixed tweet this hashtag button. Now uses twitter intents.
1 parent 6906207 commit 42caf29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ <h3>Coming Soon</h3>
9797
<div class="row">
9898
<div class="well well-sm clearfix">
9999
<div class="pull-left">
100-
<a href="http://twitter.com/#devsdodesign" class="btn btn-success btn-sm">
100+
<a href="https://twitter.com/intent/tweet?text=%23devsdodesign" class="btn btn-success btn-sm">
101101
<i class="fa fa-twitter"></i> Use the Hashtag!
102102
</a>
103103
&nbsp;

0 commit comments

Comments
 (0)