This commit is contained in:
David Ralph
2020-12-01 12:09:50 +00:00
parent d80e9d09c8
commit 12e7ec8995
11 changed files with 48 additions and 81 deletions

View File

@@ -9,6 +9,7 @@ export default class PhotoInformation extends React.PureComponent {
render() {
let classList = 'infoCard';
if (this.props.className) classList = this.props.className;
return (
<div className='photoInformation'>
<h1 id='photographer'>{this.props.language.credit}</h1>