mirror of
https://gitlab.com/MrFry/qmining-page
synced 2026-04-28 11:17:37 +02:00
admin msg html tags fix, added X to close modals
This commit is contained in:
@@ -89,7 +89,7 @@ export default function Layout({
|
||||
</div>
|
||||
{sidebarOpen ? (
|
||||
<>
|
||||
<div id="sideBarLinks">
|
||||
<div id="sideBarLinks" className="sidebarLinks">
|
||||
{Object.keys(tabs).map((key) => {
|
||||
const item = tabs[key]
|
||||
return (
|
||||
@@ -178,7 +178,9 @@ export default function Layout({
|
||||
}}
|
||||
>
|
||||
<div style={{ textAlign: 'center' }}>Üzenet admintól:</div>
|
||||
<div>{userSpecificMotd.msg}</div>
|
||||
<div
|
||||
dangerouslySetInnerHTML={{ __html: userSpecificMotd.msg }}
|
||||
/>
|
||||
</Modal>
|
||||
) : null}
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user