Skip to content

Commit

Permalink
[Issue #222] Update links in the comic story tab.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcpierce committed Apr 18, 2020
1 parent a85371a commit 6b41df3
Showing 1 changed file with 4 additions and 4 deletions.
Expand Up @@ -20,7 +20,7 @@
<ng-template let-character
pTemplate='gridItem'>
<app-comic-grouping-card [name]='character'
[parentRoute]='"/collections/characters"'>
[parentRoute]='"/comics/characters"'>
</app-comic-grouping-card>
</ng-template>
</p-dataView>
Expand All @@ -35,7 +35,7 @@
<ng-template let-team
pTemplate='gridItem'>
<app-comic-grouping-card [name]='team'
[parentRoute]='"/collections/teams"'>
[parentRoute]='"/comics/teams"'>
</app-comic-grouping-card>
</ng-template>
</p-dataView>
Expand All @@ -50,7 +50,7 @@
<ng-template let-location
pTemplate='gridItem'>
<app-comic-grouping-card [name]='location'
[parentRoute]='"/collections/locations"'></app-comic-grouping-card>
[parentRoute]='"/comics/locations"'></app-comic-grouping-card>
</ng-template>
</p-dataView>
</div>
Expand All @@ -64,7 +64,7 @@
<ng-template let-story
pTemplate='gridItem'>
<app-comic-grouping-card [name]='story'
[parentRoute]='"/collections/stories"'></app-comic-grouping-card>
[parentRoute]='"/comics/stories"'></app-comic-grouping-card>
</ng-template>
</p-dataView>
</div>
Expand Down

0 comments on commit 6b41df3

Please sign in to comment.