Skip to content

Commit

Permalink
fix(tweetbutton): change tweet text to message
Browse files Browse the repository at this point in the history
  • Loading branch information
oluwatobiss committed Jan 9, 2024
1 parent 71f29d3 commit 0b31aac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/TweetButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export function TweetButton(props: TweetButtonPropsType) {
return props.rating && props.bestNPMPackage ? (
<section className="tweet-btn-container">
<a className="tweet-button" href={tweetURL} target="_blank">
Post a thank you tweet
Post a thank you message
</a>
</section>
) : (
Expand Down

0 comments on commit 0b31aac

Please sign in to comment.