File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 110
110
}
111
111
}
112
112
113
- .searchAppointment {
113
+ .platforms {
114
114
& -logo {
115
115
margin : {
116
116
top : 1.6rem ;
Original file line number Diff line number Diff line change @@ -106,14 +106,14 @@ export class VmdHomeView extends LitElement {
106
106
</ div >
107
107
</ div >
108
108
109
- < div class ="searchAppointment mt-5 ">
109
+ < div class ="platforms mt-5 ">
110
110
< h5 class ="text-black-50 text-center mb-5 "> Trouvez vos rendez-vous avec</ h5 >
111
111
112
112
< div class ="row justify-content-center align-items-center ">
113
113
${ Object . values ( PLATEFORMES ) . filter ( p => p . promoted ) . map ( plateforme => {
114
114
return html `
115
115
< div class ="col-auto ">
116
- < img class ="searchAppointment -logo ${ plateforme . styleCode } " src ="${ Router . basePath } assets/images/png/ ${ plateforme . logo } " alt ="Créneaux de vaccination ${ plateforme . nom } ">
116
+ < img class ="platforms -logo ${ plateforme . styleCode } " src ="${ Router . basePath } assets/images/png/ ${ plateforme . logo } " alt ="Créneaux de vaccination ${ plateforme . nom } ">
117
117
</ div >
118
118
`
119
119
} ) }
You can’t perform that action at this time.
0 commit comments