diff --git a/README.md b/README.md
index a238165..7c15537 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@
-
+
diff --git a/packages/blog/posts/hello-world.md b/packages/blog/posts/hello-world.md
index ec892e8..5098b81 100644
--- a/packages/blog/posts/hello-world.md
+++ b/packages/blog/posts/hello-world.md
@@ -17,7 +17,7 @@ Keep in mind that I will not translate the posts in French, all the posts will b
I plan to publish new posts when I have something new to share. There's no schedule, so stay tuned!
-To stay informed of new blog post and to ask questions, feel free to follow me on Twitter: [@theoludwig\_](https://twitter.com/theoludwig_).
+To stay informed of new blog post and to ask questions, feel free to follow me on X/Twitter: [@theoludwig\_](https://twitter.com/theoludwig_).
## Project based learning
diff --git a/packages/blog/posts/thream-v1-0-0.md b/packages/blog/posts/thream-v1-0-0.md
index cc7b211..8f344d4 100644
--- a/packages/blog/posts/thream-v1-0-0.md
+++ b/packages/blog/posts/thream-v1-0-0.md
@@ -37,7 +37,7 @@ The idea is that a user can create an account to authenticate with an email addr
## History
-The idea for the project has existed since May 13, 2020, symbolized by a [publication on Twitter](https://twitter.com/theoludwig_/status/1260638175246135296) by the creator: Théo LUDWIG.
+The idea for the project has existed since May 13, 2020, symbolized by a [publication on X/Twitter](https://twitter.com/theoludwig_/status/1260638175246135296) by the creator: Théo LUDWIG.
The main goal is to put into **practice knowledge in web development** and computer science in general on a concrete project that can **easily evolve over time** where you can add many features.
diff --git a/packages/ui/src/Home/About/SocialMediaList/SocialMediaIcons/TwitterIcon.tsx b/packages/ui/src/Home/About/SocialMediaList/SocialMediaIcons/TwitterIcon.tsx
index 0f34eac..721686b 100644
--- a/packages/ui/src/Home/About/SocialMediaList/SocialMediaIcons/TwitterIcon.tsx
+++ b/packages/ui/src/Home/About/SocialMediaList/SocialMediaIcons/TwitterIcon.tsx
@@ -2,9 +2,9 @@ import { Icon } from "./Icon.tsx"
export const TwitterIcon: React.FC> = (props) => {
return (
-
- Twitter
-
+
+ X/Twitter
+
)
}
diff --git a/packages/ui/src/Home/About/SocialMediaList/SocialMediaList.tsx b/packages/ui/src/Home/About/SocialMediaList/SocialMediaList.tsx
index ea7768d..e8a6b46 100644
--- a/packages/ui/src/Home/About/SocialMediaList/SocialMediaList.tsx
+++ b/packages/ui/src/Home/About/SocialMediaList/SocialMediaList.tsx
@@ -26,7 +26,7 @@ export const SocialMediaList: React.FC = () => {