DEV: Move PluginOutlet at bottom of TopicNavigation (#23149)

This commit is contained in:
Mark VanLandingham 2023-08-18 11:41:09 -05:00 committed by GitHub
parent 0dd1ee2e09
commit 291749e35b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 6 deletions

View File

@ -299,13 +299,13 @@
/>
</TopicProgress>
{{/if}}
</TopicNavigation>
<PluginOutlet
@name="after-topic-navigation"
@connectorTagName="div"
@outletArgs={{hash model=this.model}}
/>
<PluginOutlet
@name="topic-navigation-bottom"
@connectorTagName="div"
@outletArgs={{hash model=this.model}}
/>
</TopicNavigation>
<div class="row">
<section class="topic-area" id="topic" data-topic-id={{this.model.id}}>