Skip to content

Commit b090c72

Browse files
committed
Having recommended subpage route to LEARN_CONTENT so that breadcrumbs reflect that you came from recommended section
1 parent a5fe808 commit b090c72

File tree

1 file changed

+1
-1
lines changed
  • kolibri/plugins/learn/assets/src/views/recommended-subpage

1 file changed

+1
-1
lines changed

kolibri/plugins/learn/assets/src/views/recommended-subpage/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
methods: {
5050
genContentLink(id) {
5151
return {
52-
name: PageNames.EXPLORE_CONTENT,
52+
name: PageNames.LEARN_CONTENT,
5353
params: { channel_id: this.channelId, id },
5454
};
5555
},

0 commit comments

Comments
 (0)