This commit is contained in:
Nilstrieb 2021-02-13 18:14:25 +01:00
parent ea8fe969a4
commit 4e2d32cf04
6 changed files with 6 additions and 7 deletions

View file

@ -16,6 +16,7 @@ class ModelImage extends Component {
}
render() {
//const style = {backgroundImage: `url('/img/${this.state.img}')`};
return (
<a href="" className="model">
<img src={this.state.img} alt={this.state.name}/>