Skip to content

Commit

Permalink
docs: Twitter to X (honojs#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryuapp authored Feb 6, 2024
1 parent b946414 commit 8bb9440
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ export default defineConfig({
socialLinks: [
{ icon: 'github', link: 'https://github.com/honojs' },
{ icon: 'discord', link: 'https://discord.gg/KMh2eNSdxV' },
{ icon: 'twitter', link: 'https://twitter.com/honojs' },
{ icon: 'x', link: 'https://twitter.com/honojs' },
],
editLink: {
pattern: 'https://github.com/honojs/website/edit/main/:path',
Expand Down
2 changes: 1 addition & 1 deletion guides/others.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Contributions Welcome! You can contribute in the following ways.
- Create an Issue - Propose a new feature. Report a bug.
- Pull Request - Fix a bug and typo. Refactor the code.
- Create third-party middleware - Instruct below.
- Share - Share your thoughts on the Blog, Twitter, and others.
- Share - Share your thoughts on the Blog, X(Twitter), and others.
- Make your application - Please try to use Hono.

For more details, see [Contribution Guide](https://github.com/honojs/hono/blob/main/docs/CONTRIBUTING.md).
Expand Down

0 comments on commit 8bb9440

Please sign in to comment.