mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: Add plugin outlet wrapper around footer nav (#28863)
This commit is contained in:
@@ -107,7 +107,9 @@
|
||||
<RenderGlimmerContainer />
|
||||
|
||||
{{#if this.showFooterNav}}
|
||||
<FooterNav />
|
||||
<PluginOutlet @name="footer-nav">
|
||||
<FooterNav />
|
||||
</PluginOutlet>
|
||||
{{/if}}
|
||||
</DiscourseRoot>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user