Skip to content

Commit

Permalink
[Issue #222] Update the breadcrumb trail links.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcpierce committed Apr 18, 2020
1 parent 6b41df3 commit dcab272
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -213,7 +213,7 @@ export class ComicDetailsPageComponent implements OnInit, OnDestroy {
'breadcrumb.entry.comic-details-page.publisher',
{ name: this.comic.publisher }
),
routerLink: ['/collections/publishers', this.comic.publisher]
routerLink: ['/comics/publishers', this.comic.publisher]
});
} else {
entries.push({ label: '?' });
Expand All @@ -224,7 +224,7 @@ export class ComicDetailsPageComponent implements OnInit, OnDestroy {
'breadcrumb.entry.comic-details-page.series',
{ name: this.comic.series }
),
routerLink: ['/collections/series', this.comic.series]
routerLink: ['/comics/series', this.comic.series]
});
} else {
entries.push({ label: '?' });
Expand Down

0 comments on commit dcab272

Please sign in to comment.