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=ad70d4114bbfc5dbf20fd1a8151095d89610c759;hp=dc4c3c3e74ec79b8271ff3834eab0e63e253c02c;hpb=34a30b0b34f863b103c55900c93408323298bdcc;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'] })