mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 22:43:30 +03:00
Fixed Offers menu title in main nav
This commit is contained in:
parent
cbfe554738
commit
fa89f42e70
@ -89,7 +89,7 @@
|
||||
|
||||
{{#if (feature "offers")}}
|
||||
<li>
|
||||
<LinkTo @route="offers" @alt="Offers" @title="Offers">{{svg-jar "percentage"}}Offers</LinkTo>
|
||||
<LinkTo @route="offers" @alt="Offers">{{svg-jar "percentage"}}Offers</LinkTo>
|
||||
</li>
|
||||
{{else}}
|
||||
<li>
|
||||
|
Loading…
Reference in New Issue
Block a user