mirror of
https://github.com/mue/mue.git
synced 2026-07-17 05:54:14 +02:00
feat: favourite background now shows all photo info
This commit is contained in:
@@ -55,11 +55,11 @@ export default function PhotoInformation(props) {
|
||||
<h1>{language.information}</h1>
|
||||
<hr/>
|
||||
<Location/>
|
||||
<span>{props.info.location || 'N/A'}</span>
|
||||
<span id='infoLocation'>{props.info.location || 'N/A'}</span>
|
||||
<Camera/>
|
||||
<span>{props.info.camera || 'N/A'}</span>
|
||||
<span id='infoCamera'>{props.info.camera || 'N/A'}</span>
|
||||
<Resolution/>
|
||||
<span>{props.info.resolution || 'N/A'}</span>
|
||||
<span id='infoResolution'>{props.info.resolution || 'N/A'}</span>
|
||||
<Photographer/>
|
||||
<span>{photographer}</span>
|
||||
{(localStorage.getItem('downloadbtn') === 'true') && !props.info.offline && !props.info.photographerURL ?
|
||||
|
||||
Reference in New Issue
Block a user