fix: Fix some Bootstrap 5 font classes

This commit is contained in:
Jay Sitter 2023-06-24 18:41:29 -04:00
parent dd43827d67
commit 83ab9e4d8e
12 changed files with 27 additions and 30 deletions

View file

@ -33,10 +33,7 @@ export class ImageUploadForm extends Component<
render() {
return (
<form className="image-upload-form d-inline">
<label
htmlFor={this.id}
className="pointer text-muted small font-weight-bold"
>
<label htmlFor={this.id} className="pointer text-muted small fw-bold">
{this.props.imageSrc ? (
<span className="d-inline-block position-relative">
<img