From fd69f7fbcc5d5ba809dc077af4fa9e8c6cc1a2eb Mon Sep 17 00:00:00 2001 From: Djordje Vlaisavljevic Date: Thu, 11 Aug 2022 14:19:53 +0200 Subject: [PATCH] Switched word to lowercase refs https://github.com/TryGhost/Team/issues/1726 --- .../app/components/modal-member-tier.hbs | 33 +++++++++++++++++-- 1 file changed, 31 insertions(+), 2 deletions(-) diff --git a/ghost/admin/app/components/modal-member-tier.hbs b/ghost/admin/app/components/modal-member-tier.hbs index 44277cae40..b4d02ac69b 100644 --- a/ghost/admin/app/components/modal-member-tier.hbs +++ b/ghost/admin/app/components/modal-member-tier.hbs @@ -8,7 +8,7 @@
{{else}} -
+ {{!--
{{#each this.tiers as |tier|}}
{{/each}} +
--}} + +
+ + + + + {{svg-jar "arrow-down-small"}} + + + + + + + {{svg-jar "arrow-down-small"}} + +
{{/if}}