diff --git a/src/app/app.config.ts b/src/app/app.config.ts index 2cb958a..5da33bb 100644 --- a/src/app/app.config.ts +++ b/src/app/app.config.ts @@ -1,6 +1,6 @@ import { ApplicationConfig, provideZoneChangeDetection } from '@angular/core'; import { provideRouter } from '@angular/router'; -import { provideHttpClient } from '@angular/common/http'; +import { provideHttpClient, withFetch } from '@angular/common/http'; import { routes } from './app.routes'; import { provideClientHydration } from '@angular/platform-browser'; @@ -9,6 +9,6 @@ export const appConfig: ApplicationConfig = { provideZoneChangeDetection({ eventCoalescing: true }), provideRouter(routes), provideClientHydration(), - provideHttpClient(), + provideHttpClient(withFetch()), ] }; diff --git a/src/assets/img/nir_logo_footer.svg b/src/assets/img/nir_logo_footer.svg index 69a34b0..df69142 100644 --- a/src/assets/img/nir_logo_footer.svg +++ b/src/assets/img/nir_logo_footer.svg @@ -1,23 +1,10 @@ - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + \ No newline at end of file diff --git a/src/assets/img/nir_logo_top.svg b/src/assets/img/nir_logo_top.svg index 641133b..094b5c0 100644 --- a/src/assets/img/nir_logo_top.svg +++ b/src/assets/img/nir_logo_top.svg @@ -1,11 +1,10 @@ - - - - - - - - - - - + + + + + + + + + + \ No newline at end of file