X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=webapp-frontend%2Fsrc%2Fapp%2Ffooter%2Ffooter.component.ts;h=1d8763c7a49257bf9cdafd56be5dae5472c81456;hb=3340ea073fd56431b2d1231bda17cd98765fd8eb;hp=1dbd4b6d8670b53174f3e40737e6d55bc14fbcad;hpb=a4c7cdd075d372de0ab352abc46359d88a570d90;p=portal%2Fric-dashboard.git diff --git a/webapp-frontend/src/app/footer/footer.component.ts b/webapp-frontend/src/app/footer/footer.component.ts index 1dbd4b6d..1d8763c7 100644 --- a/webapp-frontend/src/app/footer/footer.component.ts +++ b/webapp-frontend/src/app/footer/footer.component.ts @@ -22,7 +22,7 @@ import { DashboardService } from '../services/dashboard/dashboard.service'; import { DashboardSuccessTransport } from '../interfaces/dashboard.types'; @Component({ - selector: 'app-footer', + selector: 'rd-footer', templateUrl: './footer.component.html', styleUrls: ['./footer.component.scss'] })