mirror of https://github.com/vector-im/riot-web
Merge pull request #4449 from matrix-org/dbkr/buttonplaceholder_classname
Fix CSS class in ButtonPlaceholderpull/21833/head
commit
30a3600874
|
@ -15,5 +15,5 @@ limitations under the License.
|
|||
*/
|
||||
|
||||
export default function ButtonPlaceholder(props) {
|
||||
return <div class="mx_ButtonPlaceholder">{props.children}</div>;
|
||||
return <div className="mx_ButtonPlaceholder">{props.children}</div>;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue