diff --git a/config/cp.php b/config/cp.php
index 6c91dca1482..e024d6a0336 100644
--- a/config/cp.php
+++ b/config/cp.php
@@ -86,8 +86,7 @@
| Support Link
|--------------------------------------------------------------------------
|
- | Set the location of the support link in the "Useful Links" header
- | dropdown. Use 'false' to remove it entirely.
+ | Set the location of the support link in the header.
|
*/
diff --git a/resources/js/components/global-header/Header.vue b/resources/js/components/global-header/Header.vue
index c638b4002fa..3753e0f8dc3 100644
--- a/resources/js/components/global-header/Header.vue
+++ b/resources/js/components/global-header/Header.vue
@@ -1,16 +1,12 @@
@@ -33,15 +29,8 @@ const toggleMaxWidth = layout.toggleMaxWidth;
-
+
+
diff --git a/resources/js/components/global-header/MaxWidthButton.vue b/resources/js/components/global-header/MaxWidthButton.vue
new file mode 100644
index 00000000000..8feeb141d13
--- /dev/null
+++ b/resources/js/components/global-header/MaxWidthButton.vue
@@ -0,0 +1,20 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/resources/js/components/global-header/SupportButton.vue b/resources/js/components/global-header/SupportButton.vue
new file mode 100644
index 00000000000..b423e4c4e5a
--- /dev/null
+++ b/resources/js/components/global-header/SupportButton.vue
@@ -0,0 +1,18 @@
+
+
+
+
+
+
+
diff --git a/src/Http/Middleware/CP/HandleAuthenticatedInertiaRequests.php b/src/Http/Middleware/CP/HandleAuthenticatedInertiaRequests.php
index 1cb6073c07f..ba832c8b8f4 100644
--- a/src/Http/Middleware/CP/HandleAuthenticatedInertiaRequests.php
+++ b/src/Http/Middleware/CP/HandleAuthenticatedInertiaRequests.php
@@ -58,6 +58,7 @@ private function protectedProps()
}
return [
+ 'supportUrl' => config('statamic.cp.support_url'),
'selectedSiteUrl' => Site::selected()->url(),
'licensing' => $this->licensing(),
'sessionExpiry' => $this->sessionExpiry(),