diff --git a/app/routes/route.dashboard.php b/app/routes/route.dashboard.php
index 6ad056c..9315608 100644
--- a/app/routes/route.dashboard.php
+++ b/app/routes/route.dashboard.php
@@ -126,10 +126,6 @@ $route = function ($handler) {
: $chv_version['files'] . ' ('.$chv_version['db'].' DB) '._s('install update').'')
. ' – 3.16.2 fork ' . _s("check for updates") . '',
],
- 'support' => [
- 'label' => 'Support',
- 'content' => _s('Need help? Go to %s and you will get help quickly.', ['%s' => '' . _s('Support') . ''])
- ],
'php_version' => [
'label' => _s('PHP version'),
'content' => PHP_VERSION . ' 🐘 ' . php_ini_loaded_file()