Change prefix to match application name
[portal/nonrtric-controlpanel.git] / webapp-frontend / src / app / main / main.component.ts
index 9d11525..298395f 100644 (file)
@@ -20,7 +20,7 @@
 import { Component, OnInit } from '@angular/core';
 
 @Component({
-  selector: 'rd-main',
+  selector: 'nrcp-main',
   templateUrl: './main.component.html',
   styleUrls: ['./main.component.scss']
 })