mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
User specific motd changes (again)
This commit is contained in:
parent
121e43c4e6
commit
23dc6197ad
4 changed files with 62 additions and 24 deletions
|
@ -140,7 +140,7 @@ export default function Index(props) {
|
|||
{userSpecificMotd ? (
|
||||
<div
|
||||
className={styles.motd}
|
||||
dangerouslySetInnerHTML={{ __html: userSpecificMotd }}
|
||||
dangerouslySetInnerHTML={{ __html: userSpecificMotd.msg }}
|
||||
/>
|
||||
) : (
|
||||
<div>...</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue