File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
personalization-webcomponents/src Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5
5
:img =" getChecklistIconByTitle(checklist.title)"
6
6
:imgAlt =" checklist.title"
7
7
>
8
- <p style =" padding-bottom : 18 px " >
8
+ <p style =" padding-bottom : 16 px " >
9
9
<b >Erstellungsdatum: </b
10
- >{{ props.checklist.lastUpdated.toLocaleString() }}
10
+ >{{ props.checklist.lastUpdated.toLocaleString().split(",")[0] }}
11
11
</p >
12
12
<p >
13
13
<b >Aufgaben: </b >
14
14
<muc-chip
15
15
v-if =" todoCount"
16
- style =" margin-right : 16 px "
16
+ style =" margin-right : 8 px "
17
17
background-color =" #FDD1AC"
18
18
>
19
19
{{ todoCount }} offen
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ export function getChecklistIconByTitle(checklistTitle: string) {
10
10
"https://stadt.muenchen.de/dam/Home/lhm_common/service-navigator/10482700.svg" ,
11
11
"Ich manage eine Familie." :
12
12
"https://stadt.muenchen.de/dam/Home/lhm_common/service-navigator/10483310.svg" ,
13
- Einwanderung :
13
+ " Einwanderung" :
14
14
"https://stadt.muenchen.de/dam/Home/lhm_common/service-navigator/10483311.svg" ,
15
15
} [ checklistTitle ] ;
16
16
}
You can’t perform that action at this time.
0 commit comments