Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ See the [Acknowledgments](docs/acknowledgments.md) file for details
</picture>
</a>
&nbsp;&nbsp;&nbsp;&nbsp;
<a href="https://twitter.com/GetBlockWallet">
<a href="https://x.com/GetBlockWallet">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://blockwallet.io/static/images/logo-twitter.svg" />
<source media="(prefers-color-scheme: light)" srcset="https://blockwallet.io/static/images/logo-twitter-d.svg" />
Expand Down
2 changes: 1 addition & 1 deletion packages/background/3rd-party-licenses.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7842,7 +7842,7 @@ esrecurse.visit(
### License

Copyright (C) 2014 [Yusuke Suzuki](https://github.com/Constellation)
(twitter: [@Constellation](https://twitter.com/Constellation)) and other contributors.
(twitter: [@Constellation](https://x.com/Constellation)) and other contributors.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/3rd-party-licenses.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1026,7 +1026,7 @@ This package contains the following license and notice below:

[![npm version](https://badge.fury.io/js/dom-confetti.svg)](https://www.npmjs.com/package/dom-confetti)

License MIT, copyright [Daniel Lundin](https://twitter.com/danielundin) 2019
License MIT, copyright [Daniel Lundin](https://x.com/danielundin) 2019

-----------

Expand Down
2 changes: 1 addition & 1 deletion packages/ui/src/util/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export const LINKS = {
TELEGRAM: "https://t.me/blockwallet",
DISCORD: "https://discord.gg/blockwallet",
GITHUB: "https://github.com/block-wallet/",
TWITTER: "https://twitter.com/GetBlockWallet",
TWITTER: "https://x.com/GetBlockWallet",
WEBSITE_BUG_REPORT: "https://blockwallet.io/bug-report.html",
GITHUB_BUG_REPORT:
"https://github.com/block-wallet/extension/issues/new?assignees=&labels=&template=bug_report.md&title=",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/webpack/config/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ module.exports = function (webpackEnv) {
new CssMinimizerPlugin(),
],
// Automatically split vendor and commons
// https://twitter.com/wSokra/status/969633336732905474
// https://x.com/wSokra/status/969633336732905474
// https://medium.com/webpack/webpack-4-code-splitting-chunk-graph-and-the-splitchunks-optimization-be739a861366
splitChunks: {
chunks: "all",
Expand Down