Skip to content

Commit f4e984e

Browse files
authored
* fix(menu): added new items * fix(menu): updated naming * fix(menu): changed overview to discover and replaced some icons * fix(menu): added margin * fix(menu): fixed links to discover
1 parent 9806391 commit f4e984e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/app/core/constants/nav-items.constant.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ export const MENU_ITEMS: MenuItem[] = [
235235
items: [
236236
{
237237
id: 'registries-overview',
238-
routerLink: '/registries/overview',
238+
routerLink: '/registries/discover',
239239
label: 'navigation.discover',
240240
visible: true,
241241
routerLinkActiveOptions: { exact: true },
@@ -266,7 +266,7 @@ export const MENU_ITEMS: MenuItem[] = [
266266
items: [
267267
{
268268
id: 'preprints-overview',
269-
routerLink: '/preprints/overview',
269+
routerLink: '/preprints/discover',
270270
label: 'navigation.discover',
271271
visible: true,
272272
routerLinkActiveOptions: { exact: false },

0 commit comments

Comments
 (0)