Explorar el Código

fix the class subdropdown__link__${app.slug}__text in SubDropdownCreateButton component

AlexiCauvin hace 6 años
padre
commit
49f2d720cd

+ 1 - 1
frontend/src/component/common/Input/SubDropdownCreateButton.jsx Ver fichero

15
                 style={{color: app.hexcolor}}
15
                 style={{color: app.hexcolor}}
16
               />
16
               />
17
             </div>
17
             </div>
18
-            <div className='subdropdown__link__folder__text'>
18
+            <div className={`subdropdown__link__${app.slug}__text`}>
19
               {app.creationLabel}
19
               {app.creationLabel}
20
             </div>
20
             </div>
21
           </div>
21
           </div>