Skip to content

Commit

Permalink
🐛 broken links fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
doroudi committed Mar 7, 2024
1 parent 0e7f520 commit 188a404
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/Sidebar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -89,17 +89,17 @@ const menuOptions: MenuOption[] = [
icon: renderIcon(FeedbackIcon),
children: [
{
label: () => renderLabel(t('menu.reviews'), 'reviews'),
label: () => renderLabel(t('menu.reviews'), '/reviews'),
key: 'reviews',
icon: renderIcon(ReviewIcon),
},
{
label: () => renderLabel(t('menu.messages'), 'messages'),
label: () => renderLabel(t('menu.messages'), '/messages'),
key: 'messages',
icon: renderIcon(CommentsIcon),
},
{
label: () => renderLabel(t('menu.support'), 'support'),
label: () => renderLabel(t('menu.support'), '/support'),
key: 'messages',
icon: renderIcon(SupportIcon),
},
Expand All @@ -111,7 +111,7 @@ const menuOptions: MenuOption[] = [
icon: renderIcon(CustomersIcon),
},
{
label: () => renderLabel(t('menu.announcement'), '/announcement'),
label: () => t('menu.announcement'),
key: 'notify',
icon: renderIcon(NewsIcon),
children: [
Expand Down

0 comments on commit 188a404

Please sign in to comment.