style: code cleanup

This commit is contained in:
David Ralph
2021-03-19 15:56:48 +00:00
parent 77a0bbe7ee
commit 9ea6c18cd2
15 changed files with 140 additions and 114 deletions

View File

@@ -15,13 +15,13 @@ export default function PhotoInformation(props) {
<h1>{props.language.information}</h1>
<hr/>
<Location/>
<span id='location'></span>
<span id='location'/>
<Camera/>
<span id='camera'></span>
<span id='camera'/>
<Resolution/>
<span id='resolution'></span>
<span id='resolution'/>
<Photographer/>
<span id='photographerCard'></span>
<span id='photographerCard'/>
</div>
<span id='credit' style={{ 'display': 'none' }}></span>
</div>