X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=webapp-frontend%2Fsrc%2Fapp%2Ffooter%2Ffooter.component.ts;h=dd57545e210e6ec5804f76d3313e0be98eafa405;hb=8ce8fccb49a3c082c9fde5f20335af8e85b41584;hp=dc4c3c3e74ec79b8271ff3834eab0e63e253c02c;hpb=b36108a6b4f18c5620ed120184bdd8c86c85c70e;p=portal%2Fnonrtric-controlpanel.git diff --git a/webapp-frontend/src/app/footer/footer.component.ts b/webapp-frontend/src/app/footer/footer.component.ts index dc4c3c3..dd57545 100644 --- a/webapp-frontend/src/app/footer/footer.component.ts +++ b/webapp-frontend/src/app/footer/footer.component.ts @@ -23,7 +23,7 @@ import { Component, OnInit } from '@angular/core'; import { UiService } from '../services/ui/ui.service'; @Component({ - selector: 'rd-footer', + selector: 'nrcp-footer', templateUrl: './footer.component.html', styleUrls: ['./footer.component.scss'] })