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