DEV: Add plugin outlet wrapper around footer nav (#28863)

This commit is contained in:
Penar Musaraj 2024-09-13 07:57:46 -04:00 committed by GitHub
parent 4377649077
commit 18dacfdeec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -107,7 +107,9 @@
<RenderGlimmerContainer />
{{#if this.showFooterNav}}
<FooterNav />
<PluginOutlet @name="footer-nav">
<FooterNav />
</PluginOutlet>
{{/if}}
</DiscourseRoot>