Skip to content

Commit 18eba3a

Browse files
committed
Changed Twitter button share text
1 parent 6111f52 commit 18eba3a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
node_modules
22
.npm-debug.log
33
tmp
4-
.sass-cache
4+
.sass-cache
5+
.publish

public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ <h1>jQuery Selectric <img src="img/icon.png" alt="Selectric &#9889;"></h1>
8181
</li>
8282

8383
<li class="tweet-btn">
84-
<a href="https://twitter.com/share" class="twitter-share-button" data-text="jQuery Selectric - Easy to use and lightweight jQuery plugin to help stylizing HTML selects" data-via="lcdsantos" data-related="lcdsantos">Tweet</a>
84+
<a href="https://twitter.com/share" class="twitter-share-button" data-text="Fast, simple and light jQuery plugin to customize HTML selects" data-via="lcdsantos" data-related="lcdsantos">Tweet</a>
8585
</li>
8686

8787
<li class="fb-btn">

0 commit comments

Comments
 (0)