diff --git a/app/portainer/__module.js b/app/portainer/__module.js
index b94c4ce06..458b8818d 100644
--- a/app/portainer/__module.js
+++ b/app/portainer/__module.js
@@ -85,16 +85,6 @@ angular.module('portainer.app', ['portainer.oauth']).config([
abstract: true,
};
- var about = {
- name: 'portainer.about',
- url: '/about',
- views: {
- 'content@': {
- templateUrl: './views/about/about.html',
- },
- },
- };
-
var account = {
name: 'portainer.account',
url: '/account',
@@ -406,7 +396,6 @@ angular.module('portainer.app', ['portainer.oauth']).config([
$stateRegistryProvider.register(root);
$stateRegistryProvider.register(endpointRoot);
$stateRegistryProvider.register(portainer);
- $stateRegistryProvider.register(about);
$stateRegistryProvider.register(account);
$stateRegistryProvider.register(authentication);
$stateRegistryProvider.register(logout);
diff --git a/app/portainer/views/about/about.html b/app/portainer/views/about/about.html
deleted file mode 100644
index e58332715..000000000
--- a/app/portainer/views/about/about.html
+++ /dev/null
@@ -1,142 +0,0 @@
-
- We at Portainer provide our software free and open source. To understand where best to spend our very limited development budget, we use rudimentary analytics. -
-It is a community effort to make Portainer as feature-rich as simple it is to deploy and use. We need all the help we can get!
-