Change prefix to match application name
[portal/nonrtric-controlpanel.git] / webapp-frontend / src / app / footer / footer.component.ts
index dc4c3c3..dd57545 100644 (file)
@@ -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']
 })