Skip to content

Commit

Permalink
#21 - Made changes according to feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikpyt committed Oct 18, 2023
1 parent dbb8bc7 commit 3bcbba3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/item/Breadcrumb.vue
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ function getBreadCrumbItems(
items.unshift({
id: 0,
name: t('layout.link.sharedWithMe'),
url: url('u'),
url: url('u/shared'),
active: true,
});
Expand Down Expand Up @@ -119,7 +119,7 @@ function getBreadCrumbItems(
items.unshift({
id: 0,
name: t('layout.link.sharedWithMe'),
url: url('u'),
url: url('u/shared'),
active: itemPath.id === null,
});
Expand Down

0 comments on commit 3bcbba3

Please sign in to comment.