Fixes of the darkMode
[nonrtric.git] / dashboard / webapp-frontend / src / app / footer / footer.component.html
index 2970209..eca6cf3 100644 (file)
   limitations under the License.
   ========================LICENSE_END===================================
   -->
-<div class="copyright__text" [ngClass]="{'footer-dark': darkMode}">
+<div class="copyright__text" [ngClass]="{'copyright__text-dark': darkMode}">
   Copyright (C) 2019 AT&T Intellectual Property. Licensed under the Apache License, Version 2.0.
-  <br/>
+  <br />
   Modifications Copyright (C) 2019 Nordix Foundation
-  <br/>
+  <br />
   Version {{dashboardVersion}}
-</div>
+</div>
\ No newline at end of file