Skip to content

Commit b5270f8

Browse files
Merge pull request #58 from zoltantothcom/dev
Update URL in tweet
2 parents 7cd459f + a0ea0fa commit b5270f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/Game.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ const Game = ({ intro, current, answers, style, onStart, onRestart }) => {
9191
<TwitterButton
9292
className="twitter-share-button"
9393
data-dnt="true"
94-
href={`https://twitter.com/intent/tweet?text=I%20scored%20${correct}%20out%20of%2023%20in%20JavaScript%20Design%20Patterns%20game!%20Try%20it!&url=http://design-patterns-javascript.surge.sh/`}
94+
href={`https://twitter.com/intent/tweet?text=I%20scored%20${correct}%20out%20of%2023%20in%20JavaScript%20Design%20Patterns%20game!&url=http://designpatternsgame.com`}
9595
>
9696
Tweet Your Score
9797
</TwitterButton>

0 commit comments

Comments
 (0)