Change prefix to match application name
[portal/nonrtric-controlpanel.git] / webapp-frontend / src / app / controlpanel.component.ts
index be39fc1..b85d524 100644 (file)
@@ -22,7 +22,7 @@ import { UiService } from './services/ui/ui.service';
 import { CookieService } from 'ngx-cookie';
 
 @Component({
-  selector: 'rd-root',
+  selector: 'nrcp-root',
   templateUrl: './controlpanel.component.html',
   styleUrls: ['./controlpanel.component.scss']
 })