diff --git a/styleguide/404.html b/styleguide/404.html
index d6b3996a6..2f8787df8 100644
--- a/styleguide/404.html
+++ b/styleguide/404.html
@@ -3,13 +3,14 @@
Acpaas UI | Angular Modules
+
-
+
diff --git a/styleguide/app/routes.ts b/styleguide/app/routes.ts
index a737df23c..cfdf92d53 100644
--- a/styleguide/app/routes.ts
+++ b/styleguide/app/routes.ts
@@ -4,7 +4,7 @@ import { NotFoundPageComponent } from './pages/not-found/not-found.page';
export const ROUTES: Routes = [
{
- path: '', redirectTo: '/modules/avatar', pathMatch: 'full',
+ path: '', redirectTo: '/modules/analytics', pathMatch: 'full',
},
{
path: 'not-found', component: NotFoundPageComponent,
diff --git a/styleguide/index.html b/styleguide/index.html
index 18be93718..cd01a84f6 100644
--- a/styleguide/index.html
+++ b/styleguide/index.html
@@ -32,6 +32,7 @@
+