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,7 +15,7 @@ const SubDropdownCreateButton = props => {
15 15
                 style={{color: app.hexcolor}}
16 16
               />
17 17
             </div>
18
-            <div className='subdropdown__link__folder__text'>
18
+            <div className={`subdropdown__link__${app.slug}__text`}>
19 19
               {app.creationLabel}
20 20
             </div>
21 21
           </div>