Browse Source

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

AlexiCauvin 6 years ago
parent
commit
49f2d720cd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frontend/src/component/common/Input/SubDropdownCreateButton.jsx

+ 1 - 1
frontend/src/component/common/Input/SubDropdownCreateButton.jsx View File

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>