mirror of
https://github.com/mue/mue.git
synced 2026-07-17 22:14:13 +02:00
feat: about, remove redundancy
- Remove redundant background option - about tab UI improvements - improve widget order UI.. to be completed later
This commit is contained in:
@@ -312,17 +312,6 @@ export default function PhotoInformation({ info, url, api }) {
|
||||
<Photographer />
|
||||
<span>{photographer}</span>
|
||||
</div>
|
||||
{downloadEnabled ? (
|
||||
<>
|
||||
<Download />
|
||||
<span className="download" onClick={() => downloadImage(info)}>
|
||||
{variables.language.getMessage(
|
||||
variables.languagecode,
|
||||
'widgets.background.download',
|
||||
)}
|
||||
</span>
|
||||
</>
|
||||
) : null}
|
||||
</div>
|
||||
</>
|
||||
) : null}
|
||||
|
||||
Reference in New Issue
Block a user