Skip to content

Commit

Permalink
Updating twitter link
Browse files Browse the repository at this point in the history
  • Loading branch information
bleib1dj committed Sep 4, 2019
1 parent 107ba17 commit b55c8f7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions app/components/coaching.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,15 @@ export default Component.extend({
},
type: "POST",
url: "https://api.nextrelease.io/app/release-coach/",
dataType:'json',
data: JSON.stringify({
email: console.log(this.get('email')),
markdown: console.log(this.get('textarea')),
email: this.get('email'),
markdown: this.get('textarea'),
})
}).then(function (resp) {
this.set('received_success', true);
}).catch(function (error) {
console.log(error);
this.set('received_error', true);
});
}
Expand Down
2 changes: 1 addition & 1 deletion app/templates/application.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
Like it? Share it!
</p>
<div class="lead text-center text-md-center text-muted mb-6 mb-lg-8">
<a href="https://twitter.com/intent/tweet?text=Just+stepped+up+my+release+note+game+with+the+notes+coach%21+Check+it+out+at+https%3A%2F%2Fnextrelease.io%2Fcoach">{{fa-icon "twitter" prefix="fab" size="3x"}}</a>
<a href="https://twitter.com/intent/tweet?text=Just%20stepped%20up%20my%20release%20note%20game%20with%20the%20notes%20coach%21%20Check%20it%20out%20at%20https%3A%2F%2Ftools.nextrelease.io%2F">{{fa-icon "twitter" prefix="fab" size="3x"}}</a>
</div>
</div>
</div>
Expand Down

0 comments on commit b55c8f7

Please sign in to comment.