Skip to content
Snippets Groups Projects
Commit c9cb766a authored by cazenave's avatar cazenave
Browse files

change menu

parent 07e553fd
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@
<a routerLink="/" routerLinkActive="active">
<img width="80"alt="Angular Logo" src="assets/images/logo.png"/>
</a>
<h3 style="width: 100%;text-align: center;"> <strong>Federated FAIR Data Space</strong></h3>
<h3 style="width: 100%;text-align: center;"> <strong>EOSC-Pillar Federated FAIR Data Space</strong></h3>
<nb-user style="white-space: pre;" name="Paulo Pimenta"
......
......@@ -19,19 +19,7 @@ export class AppComponent {
pathMatch:'full'
},
{
title: 'Login',
icon: 'person-outline',
link: '/login',
pathMatch:'full'
},
{
title: 'Search',
icon: 'search-outline',
link: '/simplesearch',
pathMatch:'full'
},
{
title: 'Describe your repository',
title: 'Integrate your repository',
icon: 'cube-outline',
children: [
......@@ -47,12 +35,18 @@ export class AppComponent {
pathMatch:'full',
icon: 'text-outline',
},
{
title: 'Describe access to datasets',
icon: 'clipboard-outline',
link: '/publishapi',
pathMatch:'full'
}
],
},
{
title: 'Describe access to datasets',
icon: 'clipboard-outline',
link: '/publishapi',
title: 'Search',
icon: 'search-outline',
link: '/simplesearch',
pathMatch:'full'
},
{
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment