CST-11012 Created the footer new icon+text, new json5 texts added, routed the newly created component notify-info.component

This commit is contained in:
Sondissimo
2023-07-26 18:27:26 +02:00
parent 3c27e44429
commit 969e006e29
12 changed files with 124 additions and 7 deletions

View File

@@ -32,6 +32,12 @@ export function getBitstreamRequestACopyRoute(item, bitstream): { routerLink: st
};
}
export const COAR_NOTIFY_SUPPORT = 'coar-notify-support';
export function getCoarNotifyInfoRoute() {
return `/${COAR_NOTIFY_SUPPORT}`;
}
export const HOME_PAGE_PATH = 'admin';
export function getHomePageRoute() {