From c915c777d809e1f448f69fcb903e3035b314a37e Mon Sep 17 00:00:00 2001 From: Enlcxx Date: Mon, 16 Sep 2019 13:15:34 -0400 Subject: [PATCH] update docs --- src/app/document/title/title.component.ts | 2 +- src/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/document/title/title.component.ts b/src/app/document/title/title.component.ts index b6e9f2e7a..91dcaac81 100644 --- a/src/app/document/title/title.component.ts +++ b/src/app/document/title/title.component.ts @@ -18,7 +18,7 @@ export class TitleComponent implements OnInit { title: string; urls: string[]; defaultTitle = 'Alyle UI'; - longTitle = 'Alyle UI | Minimal Design, a set of components for Angular.'; + longTitle = 'Alyle UI: Minimal Design, a set of components for Angular'; set route(val: string) { if (val !== this.route) { diff --git a/src/index.html b/src/index.html index 47a5065b0..ed44bf8cd 100644 --- a/src/index.html +++ b/src/index.html @@ -2,7 +2,7 @@ - Alyle UI | Minimal Design, a set of components for Angular. + Alyle UI: Minimal Design, a set of components for Angular