Skip to content

Commit

Permalink
docs: replace twitter icon with X icon (#4649)
Browse files Browse the repository at this point in the history
  • Loading branch information
khalednadam committed Dec 6, 2023
1 parent 1af4399 commit 640881a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export default withPwa(defineConfig({

socialLinks: [
{ icon: 'mastodon', link: mastodon },
{ icon: 'twitter', link: twitter },
{ icon: 'x', link: twitter },
{ icon: 'discord', link: discord },
{ icon: 'github', link: github },
],
Expand Down
2 changes: 1 addition & 1 deletion docs/.vitepress/contributors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ function createLinks(tm: CoreTeam): CoreTeam {
tm.links.push({ icon: 'youtube', link: `https://www.youtube.com/@${tm.youtube}` })

if (tm.twitter)
tm.links.push({ icon: 'twitter', link: `https://twitter.com/${tm.twitter}` })
tm.links.push({ icon: 'x', link: `https://twitter.com/${tm.twitter}` })

return tm
}
Expand Down

0 comments on commit 640881a

Please sign in to comment.