Skip to content

Commit

Permalink
Update social media links from Twitter to X in profile and related files
Browse files Browse the repository at this point in the history
  • Loading branch information
techeverri authored Nov 11, 2024
1 parent d3b3793 commit b70424b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bin/card
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
 │ Made in Colombia. Living in Sweden. │
 │ │
 │ Work: Senior Software Developer at Shopify │
 │ Twitter: https://twitter.com/TomasEcheverri │
 │ X: https://x.com/TomasEcheverri │
 │ Mastodon: https://mastodon.social/@techeverri │
 │ GitHub: https://github.com/techeverri │
 │ npm: https://www.npmjs.com/~techeverri │
Expand Down
4 changes: 2 additions & 2 deletions build.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const links = {
github: `https://github.com/${chalk.green("techeverri")}`,
linkedin: `https://www.linkedin.com/in/${chalk.blue("tomechval")}`,
npm: `https://www.npmjs.com/${chalk.red("~techeverri")}`,
twitter: `https://twitter.com/${chalk.cyan("TomasEcheverri")}`,
x: `https://x.com/${chalk.cyan("TomasEcheverri")}`,
website: "https://techeverri.dev",
mastodon: `https://mastodon.social/${chalk.magenta("@techeverri")}`,
};
Expand All @@ -32,7 +32,7 @@ ${chalk.white(basics.name)} / ${chalk.white(basics.handle)}
${chalk.gray.italic(basics.location)}
${chalk.white.bold("Work:")} ${chalk.white(basics.work)}
${chalk.white.bold("Twitter:")} ${chalk.gray(links.twitter)}
${chalk.white.bold("X:")} ${chalk.gray(links.x)}
${chalk.white.bold("Mastodon:")} ${chalk.gray(links.mastodon)}
${chalk.white.bold("GitHub:")} ${chalk.gray(links.github)}
${chalk.white.bold("npm:")} ${chalk.gray(links.npm)}
Expand Down
2 changes: 1 addition & 1 deletion build.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ describe("build", () => {
 │ Made in Colombia. Living in Sweden. │
 │ │
 │ Work: Senior Software Developer at Shopify │
[32m │ [37m[1mTwitter:[22m[39m[32m [90mhttps://twitter.com/[36mTomasEcheverri[39m[32m[90m[39m[32m │[39m
[32m │ [37m[1mX:[22m[39m[32m [90mhttps://x.com/[36mTomasEcheverri[39m[32m[90m[39m[32m │[39m
 │ Mastodon: https://mastodon.social/@techeverri │
 │ GitHub: https://github.com/techeverri │
 │ npm: https://www.npmjs.com/~techeverri │
Expand Down

0 comments on commit b70424b

Please sign in to comment.