Fixes of the darkMode
[nonrtric.git] / dashboard / webapp-frontend / src / app / footer / footer.component.html
index 5dd1c36..eca6cf3 100644 (file)
@@ -3,6 +3,7 @@
   O-RAN-SC
   %%
   Copyright (C) 2019 AT&T Intellectual Property
+  Modifications Copyright (C) 2019 Nordix Foundation
   %%
   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   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 />
   Version {{dashboardVersion}}
-</div>
+</div>
\ No newline at end of file