When I enable “Subscribers” in “labs” it removes my rss icon from the site navbar and then if I try to edit it in the site-nav.hbs and put the link above the subscribers link it squishes on the site navbar. Any idea how to fix it?
{{#if @labs.subscribers}}
<a class="subscribe-button" href="#subscribe">Subscribe</a>
{{else}}
<a class="rss-button" href="{{@site.url}}/rss/" title="RSS" target="_blank" rel="noopener">{{> "icons/rss"}}</a>
{{/if}}