mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 20:26:19 +02:00
Fix CSS class in ButtonPlaceholder
This commit is contained in:
parent
3781bdc975
commit
50cc44f0c4
@ -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…
x
Reference in New Issue
Block a user