We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7cd459f + a0ea0fa commit b5270f8Copy full SHA for b5270f8
src/pages/Game.jsx
@@ -91,7 +91,7 @@ const Game = ({ intro, current, answers, style, onStart, onRestart }) => {
91
<TwitterButton
92
className="twitter-share-button"
93
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/`}
+ href={`https://twitter.com/intent/tweet?text=I%20scored%20${correct}%20out%20of%2023%20in%20JavaScript%20Design%20Patterns%20game!&url=http://designpatternsgame.com`}
95
>
96
Tweet Your Score
97
</TwitterButton>
0 commit comments