diff --git a/src/app/app.module.ts b/src/app/app.module.ts
index 1dcd433..99d543d 100644
--- a/src/app/app.module.ts
+++ b/src/app/app.module.ts
@@ -70,6 +70,7 @@ import {MatSnackBarModule} from '@angular/material/snack-bar';
// import logo from 'src/assets/gv-new-logo.svg';
import logo from '!!raw-loader!./gv-new-logo-white.svg';
+import logo_green from '!!raw-loader!./gv-new-logo.svg';
const config: SocketIoConfig = { url: 'http://localhost:4444', options: {} };
@@ -162,6 +163,8 @@ const appRoutes: Routes = [
export class AppModule {
constructor(iconRegistry: MatIconRegistry, sanitizer: DomSanitizer) {
iconRegistry.addSvgIconLiteral(
- 'logo', sanitizer.bypassSecurityTrustHtml(logo));
+ 'logo', sanitizer.bypassSecurityTrustHtml(logo));
+ iconRegistry.addSvgIconLiteral(
+ 'logo_green', sanitizer.bypassSecurityTrustHtml(logo_green));
}
}
diff --git a/src/app/components/about/about.component.html b/src/app/components/about/about.component.html
index 1a31a56..13f59fa 100644
--- a/src/app/components/about/about.component.html
+++ b/src/app/components/about/about.component.html
@@ -5,7 +5,7 @@
The greenvironment network is being developed by the greenvironment team