Skip to content
Merged
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 community/0-welcome.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Follow our [Blog](https://dev.to/playwright) on dev.to for official posts on Pla

## News {/* #news */}

For the latest news about Playwright, [follow **@playwrightweb** on Twitter](https://twitter.com/playwrightweb).
For the latest news about Playwright, [follow **@playwrightweb** on X](https://x.com/playwrightweb).

## Playwright Training {/* #training */}

Expand Down
4 changes: 2 additions & 2 deletions dotnet/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,8 @@ export default {
href: "https://aka.ms/playwright/discord",
},
{
label: "Twitter",
href: "https://twitter.com/playwrightweb",
label: "X",
href: "https://x.com/playwrightweb",
},
{
label: "LinkedIn",
Expand Down
4 changes: 2 additions & 2 deletions java/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,8 @@ module.exports = {
href: "https://aka.ms/playwright/discord",
},
{
label: "Twitter",
href: "https://twitter.com/playwrightweb",
label: "X",
href: "https://x.com/playwrightweb",
},
{
label: "LinkedIn",
Expand Down
4 changes: 2 additions & 2 deletions nodejs/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,8 @@ export default {
href: "https://aka.ms/playwright/discord",
},
{
label: "Twitter",
href: "https://twitter.com/playwrightweb",
label: "X",
href: "https://x.com/playwrightweb",
},
{
label: "LinkedIn",
Expand Down
4 changes: 2 additions & 2 deletions python/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,8 @@ export default {
href: "https://aka.ms/playwright/discord",
},
{
label: "Twitter",
href: "https://twitter.com/playwrightweb",
label: "X",
href: "https://x.com/playwrightweb",
},
{
label: "LinkedIn",
Expand Down
Loading