Replace twitter with x social icon (#1277)

This commit is contained in:
Sebastian Zanoni
2023-12-23 07:33:18 +01:00
committed by GitHub
parent 84110306fe
commit 4aba1e8642
3 changed files with 8 additions and 7 deletions

View File

@@ -84,6 +84,7 @@ draft: true
| `twitch` | twitch.tv |
| `twitter` | twitter.com |
| `unsplash` | unsplash.com |
| `x` | x.com |
| `xda` | xda-developers.com |
| `xing` | xing.com |
| `ycombinator` | ycombinator.com |
@@ -96,8 +97,8 @@ Usage :
socialIcons:
- name: "kofi"
url: "https://kofi.com"
- name: "twitter"
url: "https://twitter.com"
- name: "x"
url: "https://x.com"
```
---
@@ -106,7 +107,7 @@ socialIcons:
| Platform |
| ------------------------------------------------------------------- |
| `twitter` (also generates `#hashtags` from _tags_ linked with post) |
| `x` (also generates `#hashtags` from _tags_ linked with post) |
| `linkedin` |
| `reddit` |
| `facebook` |