Skip to content

Commit

Permalink
update nodules
Browse files Browse the repository at this point in the history
  • Loading branch information
nikiquickie committed Nov 27, 2024
1 parent d8ecd20 commit 579608d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,13 +93,13 @@ export class CommercesComponent {
{
icon: 'style',
hrefFunc: (doc: Commerce): string => {
return '/commercetag/' + doc._id;
return '/commercetags/' + doc._id;
}
},
{
icon: 'branding_watermark',
hrefFunc: (doc: Commerce): string => {
return '/commercebrand/' + doc._id;
return '/commercebrands/' + doc._id;
}
},
{
Expand Down

0 comments on commit 579608d

Please sign in to comment.