mirror of
https://github.com/mue/mue.git
synced 2026-07-23 08:47:19 +02:00
feat: lazy load widgets and modal sections, fix transition on settings modal
This commit is contained in:
@@ -31,7 +31,7 @@ export default function PhotoInformation(props) {
|
||||
}
|
||||
|
||||
return (
|
||||
<div className='photoInformation'>
|
||||
<div className='photoInformation' style={{'display': 'none'}}>
|
||||
<h1>{language.credit} <span id='credit'>{props.info.credit}</span></h1>
|
||||
<Info className='photoInformationHover'/>
|
||||
<div className={props.className || 'infoCard'}>
|
||||
|
||||
Reference in New Issue
Block a user