diff --git a/resources/views/articles/show.blade.php b/resources/views/articles/show.blade.php
index b473b2936..b6f5b14c7 100644
--- a/resources/views/articles/show.blade.php
+++ b/resources/views/articles/show.blade.php
@@ -158,7 +158,7 @@ class="prose prose-lg text-gray-800 prose-lio"
@endif
@if ($article->author()->hasTwitterAccount())
-
@endif
diff --git a/resources/views/components/articles/engage.blade.php b/resources/views/components/articles/engage.blade.php
index 56b983798..10af3dca2 100644
--- a/resources/views/components/articles/engage.blade.php
+++ b/resources/views/components/articles/engage.blade.php
@@ -6,7 +6,7 @@
Share
diff --git a/resources/views/components/articles/form.blade.php b/resources/views/components/articles/form.blade.php
index 303a84e71..d1c0477e8 100644
--- a/resources/views/components/articles/form.blade.php
+++ b/resources/views/components/articles/form.blade.php
@@ -25,7 +25,7 @@
- Every article that gets approved will be shared with our 50.000 users and wil be tweeted out on our Twitter account which has over 50,000 followers. Feel free to submit as many articles as you like. You can even cross-reference an article on your blog with the original url.
+ Every article that gets approved will be shared with our 50.000 users and wil be tweeted out on our X (Twitter) account which has over 50,000 followers. Feel free to submit as many articles as you like. You can even cross-reference an article on your blog with the original url.
@@ -148,9 +148,8 @@ class="block px-4 py-2 text-sm leading-5 text-gray-700 hover:bg-gray-100 hover:t
@unless (Auth::user()->twitter())
- Articles will be shared on Twitter.
- Add your Twitter handle
- and we'll include that too.
+ Articles will be shared on X (Twitter).
+ Add your X (Twitter) handle and we'll include that too.
@endunless
diff --git a/resources/views/components/users/profile-block.blade.php b/resources/views/components/users/profile-block.blade.php
index 6b0d2c85f..0f82afa3a 100644
--- a/resources/views/components/users/profile-block.blade.php
+++ b/resources/views/components/users/profile-block.blade.php
@@ -23,7 +23,7 @@
@endif
@if ($user->hasTwitterAccount())
-
@endif
diff --git a/resources/views/layouts/_footer.blade.php b/resources/views/layouts/_footer.blade.php
index 1b7949011..3c8c069f1 100644
--- a/resources/views/layouts/_footer.blade.php
+++ b/resources/views/layouts/_footer.blade.php
@@ -41,9 +41,9 @@