File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed
personalization-webcomponents/src Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -106,8 +106,6 @@ function gotoChecklist(checklistId: string) {
106
106
<style scoped>
107
107
.card-header-icon {
108
108
margin-right : 16px ;
109
- border : 1px solid var (--color-neutrals-blue );
110
- border-radius : 50% ;
111
109
}
112
110
113
111
.pt-8 {
Original file line number Diff line number Diff line change @@ -4,8 +4,13 @@ export const QUERY_PARAM_CHECKLIST_ID = "cl-id";
4
4
5
5
export function getChecklistIconByTitle ( checklistTitle : string ) {
6
6
return {
7
- "Ich habe wenig Geld." : "./assets/img/placeholder_checklist_icon.png" ,
8
- "Ich will umziehen." : "./assets/img/placeholder_checklist_icon.png" ,
9
- "Ich manage eine Familie." : "./assets/img/placeholder_checklist_icon.png" ,
7
+ "Ich habe wenig Geld." :
8
+ "https://stadt.muenchen.de/dam/Home/lhm_common/service-navigator/10482730.svg" ,
9
+ "Ich will umziehen." :
10
+ "https://stadt.muenchen.de/dam/Home/lhm_common/service-navigator/10482700.svg" ,
11
+ "Ich manage eine Familie." :
12
+ "https://stadt.muenchen.de/dam/Home/lhm_common/service-navigator/10483310.svg" ,
13
+ Einwanderung :
14
+ "https://stadt.muenchen.de/dam/Home/lhm_common/service-navigator/10483311.svg" ,
10
15
} [ checklistTitle ] ;
11
16
}
You can’t perform that action at this time.
0 commit comments