diff --git a/frontend/src/app/app-routing.module.ts b/frontend/src/app/app-routing.module.ts index 59204d2..974c90c 100644 --- a/frontend/src/app/app-routing.module.ts +++ b/frontend/src/app/app-routing.module.ts @@ -7,7 +7,6 @@ import { RepositoryDetailViewComponent } from './repository-detail-view/reposito import { UserRankingComponent } from './user-ranking/user-ranking.component'; import { InstitutionPopupComponent } from './institution-popup/institution-popup.component'; - const routes: Routes = [ // { // path: 'explore', @@ -49,10 +48,10 @@ const routes: Routes = [ path: 'institution-popup', component: InstitutionPopupComponent, }, - { - path: 'institution-popup/:institution-popup', - component: InstitutionPopupComponent, - }, + // { + // path: 'institution-popup/:institution-popup', + // component: InstitutionPopupComponent, + // }, // { // path: 'explore/item/:itemName', // component: ExploreItemComponent, diff --git a/frontend/src/app/nav/nav.component.html b/frontend/src/app/nav/nav.component.html index 16e742b..2ea9251 100644 --- a/frontend/src/app/nav/nav.component.html +++ b/frontend/src/app/nav/nav.component.html @@ -20,10 +20,10 @@ groups People Ranking -