We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11e410e commit 7d0d8f2Copy full SHA for 7d0d8f2
frontend/src/app/app-routing.module.ts
@@ -41,7 +41,7 @@ const routes: Routes = [
41
import('./views/login/login.module').then((m) => m.LoginModule)
42
},
43
{
44
- path: 'attribution',
+ path: 'licenses',
45
loadChildren: () =>
46
import('./views/attribution-document/attribution-document.module').then((m) => m.AttributionDocumentModule)
47
}
frontend/src/app/containers/default-layout/default-layout.component.html
@@ -48,7 +48,7 @@
48
<div class="mb-2 text-2xl">POSSIBLE-X</div>
49
</div>
50
<div class="mb-2">
51
- <a [routerLink]="['/attribution']">License Information</a>
+ <a [routerLink]="['/licenses']">License Information</a>
52
53
<div class="text-sm">© 2024 POSSIBLE Consortium</div>
54
0 commit comments