mirror of
https://github.com/mue/mue.git
synced 2026-07-14 12:34:03 +02:00
refactor: new settings components
This commit is contained in:
@@ -9,6 +9,8 @@ import Photographer from '@material-ui/icons/Person';
|
||||
export default function PhotoInformation(props) {
|
||||
const language = window.language.widgets.background;
|
||||
|
||||
if (props.info.hidden === true) return null;
|
||||
|
||||
return (
|
||||
<div className='photoInformation'>
|
||||
<h1>{language.credit} {props.info.credit}</h1>
|
||||
|
||||
Reference in New Issue
Block a user