0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00

Removed missed tour item usage

refs 10b48b1d6d

- previous commit was pushed with an unsaved file, this completes the tour item removal
This commit is contained in:
Kevin Ansfield 2021-03-02 14:21:43 +00:00
parent 10b48b1d6d
commit 1531712d92

View file

@ -435,19 +435,3 @@
</div>
</div>
</div>
{{!--
_showThrobbers is on a timer so that throbbers don't get positioned until
the slide-in animation has finished and it gets toggled when the meta
pane is shown
--}}
{{#if this._showThrobbers}}
{{#unless this.session.user.isAuthorOrContributor}}
<GhTourItem @throbberId="featured-post"
@target="label[for='featured'] p"
@throbberAttachment="middle middle"
@throbberOffset="0px -20px"
@popoverTriangleClass="bottom-right"
/>
{{/unless}}
{{/if}}