mirror of
https://github.com/mue/mue.git
synced 2026-07-21 07:54:13 +02:00
fix: missing translation on item page
- change position of close button on modal
This commit is contained in:
@@ -163,7 +163,7 @@ export default class QuickLinks extends PureComponent {
|
||||
const link = (
|
||||
<div className="messageMap">
|
||||
<div className="icon">
|
||||
<img src={img} alt={item.name} draggable={false} />
|
||||
<img src={img} alt={item.name} draggable={false} style={{ height: '30px', width: '30px'}} />
|
||||
</div>
|
||||
<div className="messageText">
|
||||
<div className="title">{item.name}</div>
|
||||
|
||||
Reference in New Issue
Block a user