From aa6b7bd98bb2f305d53edddc3dae816ccf584bf8 Mon Sep 17 00:00:00 2001 From: Tykayn Date: Tue, 8 Feb 2022 18:14:11 +0100 Subject: [PATCH] :art: icons for poll kind --- .../form/steps/step-two/step-two.component.html | 4 ++-- src/assets/img/kind_classic.svg | 3 +++ src/assets/img/kind_date.svg | 3 +++ 3 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 src/assets/img/kind_classic.svg create mode 100644 src/assets/img/kind_date.svg diff --git a/src/app/features/administration/form/steps/step-two/step-two.component.html b/src/app/features/administration/form/steps/step-two/step-two.component.html index 91770748..c8f1a16e 100644 --- a/src/app/features/administration/form/steps/step-two/step-two.component.html +++ b/src/app/features/administration/form/steps/step-two/step-two.component.html @@ -15,7 +15,7 @@ }" (click)="pollService.form.controls.isAboutDate.setValue(true)" > - icone cal + icone cal @@ -29,7 +29,7 @@ }" (click)="pollService.form.controls.isAboutDate.setValue(false)" > - icone chart + icone chart