Skip to content

Commit

Permalink
changed twitter:image (#6737)
Browse files Browse the repository at this point in the history
  • Loading branch information
Santiago Trujillo Zuluaga authored Jan 23, 2024
1 parent b49094b commit 028dc20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ const config = {
{ name: 'twitter:card', content: 'summary_large_image' },
{ name: 'twitter:title', content: 'Web3.js Documentation' },
{ name: 'twitter:description', content: 'Official documentation for web3.js, the Type/JavaScript library for interacting with the Ethereum blockchain.' },
{ name: 'twitter:image', content: 'https://pbs.twimg.com/profile_images/1746099108937363456/duG_Pqem_400x400.jpg' },
{ name: 'twitter:image', content: 'https://raw.githubusercontent.com/web3/web3.js/4.x/assets/logo/web3js.jpg' },
],
}),
};
Expand Down

1 comment on commit 028dc20

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark

Benchmark suite Current: 028dc20 Previous: 6c075db Ratio
processingTx 9239 ops/sec (±4.15%) 9301 ops/sec (±4.81%) 1.01
processingContractDeploy 37568 ops/sec (±8.41%) 39129 ops/sec (±7.62%) 1.04
processingContractMethodSend 18387 ops/sec (±6.99%) 19443 ops/sec (±5.19%) 1.06
processingContractMethodCall 38374 ops/sec (±6.14%) 38971 ops/sec (±6.34%) 1.02
abiEncode 42266 ops/sec (±6.63%) 44252 ops/sec (±6.92%) 1.05
abiDecode 29888 ops/sec (±6.82%) 30419 ops/sec (±8.89%) 1.02
sign 1659 ops/sec (±0.97%) 1656 ops/sec (±4.08%) 1.00
verify 371 ops/sec (±0.54%) 373 ops/sec (±0.78%) 1.01

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.