Skip to content

Commit

Permalink
Updated react-tweet-embed
Browse files Browse the repository at this point in the history
  • Loading branch information
jwngr committed Jul 7, 2024
1 parent 84b7805 commit 5bb671e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions website/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"react-helmet": "^6.1.0",
"react-media": "^1.10.0",
"react-router-dom": "^6.24.1",
"react-tweet-embed": "^1.1.0",
"react-tweet-embed": "^2.0.0",
"styled-components": "^6.1.11",
"topojson-client": "^3.0.0",
"typeface-bungee": "1.1.13",
Expand Down
10 changes: 5 additions & 5 deletions website/src/components/explorables/YardPoints.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -235,11 +235,11 @@ export class YardPoints extends Component {
yards).
</Paragraph>

<TweetEmbed id="783943172057694208" options={{cards: 'hidden'}} />
<TweetEmbed id="771763270273294336" options={{theme: 'dark'}} />
<TweetEmbed id="974086889287364609" />
<TweetEmbed id="1016049395110825984" />
<TweetEmbed id="1016049395110825984" options={{cards: 'hidden'}} />
<TweetEmbed tweetId="783943172057694208" options={{cards: 'hidden'}} />
<TweetEmbed tweetId="771763270273294336" options={{theme: 'dark'}} />
<TweetEmbed tweetId="974086889287364609" />
<TweetEmbed tweetId="1016049395110825984" />
<TweetEmbed tweetId="1016049395110825984" options={{cards: 'hidden'}} />

<div>
<svg className="quadrant-chart" ref={(r) => (this.scatterPlotRef = r)} />
Expand Down

0 comments on commit 5bb671e

Please sign in to comment.