X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=webapp-frontend%2Fsrc%2Fapp%2Ffooter%2Ffooter.component.ts;fp=webapp-frontend%2Fsrc%2Fapp%2Ffooter%2Ffooter.component.ts;h=1d8763c7a49257bf9cdafd56be5dae5472c81456;hb=1379dce23d47c42d169ed13a337bbee827714830;hp=1dbd4b6d8670b53174f3e40737e6d55bc14fbcad;hpb=0aa99919dea387fd2216b3b13bc06d3a10868089;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'] })