diff --git a/web/src/app/app.module.ts b/web/src/app/app.module.ts index 5394be00a..36d6356e8 100644 --- a/web/src/app/app.module.ts +++ b/web/src/app/app.module.ts @@ -19,6 +19,7 @@ import { withInterceptorsFromDi, } from '@angular/common/http'; import { NgModule } from '@angular/core'; +import { MatIconRegistry } from '@angular/material/icon'; import { initializeApp, provideFirebaseApp } from '@angular/fire/app'; import { getAuth, provideAuth } from '@angular/fire/auth'; import { @@ -94,4 +95,8 @@ import { environment } from 'environments/environment'; provideHttpClient(withInterceptorsFromDi()), ], }) -export class AppModule {} +export class AppModule { + constructor(iconRegistry: MatIconRegistry) { + iconRegistry.setDefaultFontSetClass('material-symbols-outlined'); + } +} diff --git a/web/src/app/components/edit-survey/edit-survey.component.html b/web/src/app/components/edit-survey/edit-survey.component.html index 4df97954c..04f9bb0ea 100644 --- a/web/src/app/components/edit-survey/edit-survey.component.html +++ b/web/src/app/components/edit-survey/edit-survey.component.html @@ -39,7 +39,7 @@ [routerLink]="['./survey']" [routerLinkActive]="['is-active']" > - + quick_reference_all - + group - + code JSON @@ -77,7 +77,7 @@

Jobs

diff --git a/web/src/app/components/main-page-container/main-page/secondary-side-panel/loi-panel/loi-panel.component.html b/web/src/app/components/main-page-container/main-page/secondary-side-panel/loi-panel/loi-panel.component.html index adcbdb399..fc75943d8 100644 --- a/web/src/app/components/main-page-container/main-page/secondary-side-panel/loi-panel/loi-panel.component.html +++ b/web/src/app/components/main-page-container/main-page/secondary-side-panel/loi-panel/loi-panel.component.html @@ -35,7 +35,7 @@ aria-label="properties" (click)="openPropertiesDialog($event)" > - + data_info_alert @@ -59,7 +59,7 @@
- text_snippet

diff --git a/web/src/app/components/shared/copy-survey-controls/copy-survey-controls.component.html b/web/src/app/components/shared/copy-survey-controls/copy-survey-controls.component.html index 0843a6eb8..5ccdb616a 100644 --- a/web/src/app/components/shared/copy-survey-controls/copy-survey-controls.component.html +++ b/web/src/app/components/shared/copy-survey-controls/copy-survey-controls.component.html @@ -16,13 +16,13 @@