mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-30 12:24:25 +02:00
Merge pull request #26832 from overleaf/mj-system-messages
[web] Move system messages back to top of page GitOrigin-RevId: 627a0e33e0cc49d75912621afc706da82aee7080
This commit is contained in:
committed by
Copybot
parent
410c306a61
commit
4f6491c1e3
@@ -55,6 +55,7 @@ export function ProjectListDsNav() {
|
||||
|
||||
return (
|
||||
<div className="project-ds-nav-page website-redesign">
|
||||
<SystemMessages />
|
||||
<DefaultNavbar
|
||||
{...navbarProps}
|
||||
overleafLogo={overleafLogo}
|
||||
@@ -124,9 +125,6 @@ export function ProjectListDsNav() {
|
||||
</div>
|
||||
<Footer {...footerProps} />
|
||||
</div>
|
||||
<div>
|
||||
<SystemMessages />
|
||||
</div>
|
||||
</div>
|
||||
</main>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user