Skip to content

Commit 7d0d8f2

Browse files
Change path for license information
1 parent 11e410e commit 7d0d8f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

frontend/src/app/app-routing.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const routes: Routes = [
4141
import('./views/login/login.module').then((m) => m.LoginModule)
4242
},
4343
{
44-
path: 'attribution',
44+
path: 'licenses',
4545
loadChildren: () =>
4646
import('./views/attribution-document/attribution-document.module').then((m) => m.AttributionDocumentModule)
4747
}

frontend/src/app/containers/default-layout/default-layout.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<div class="mb-2 text-2xl">POSSIBLE-X</div>
4949
</div>
5050
<div class="mb-2">
51-
<a [routerLink]="['/attribution']">License Information</a>
51+
<a [routerLink]="['/licenses']">License Information</a>
5252
</div>
5353
<div class="text-sm">© 2024 POSSIBLE Consortium</div>
5454
</div>

0 commit comments

Comments
 (0)