Skip to content

Commit d214047

Browse files
Hieu Lam - TMAkhangon
andauthored
fix-9074: Take out 'Pricing' from burger menu on mobile view on event pages (#9099)
Co-authored-by: Khang On - TMA <[email protected]>
1 parent ba8b1c3 commit d214047

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

app/templates/components/side-bar.hbs

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,13 @@
3131
<Public::SideMenu @event={{this.evtService.currentEvent}} @hideIcon={{true}} />
3232
{{/if}}
3333
</UiAccordion>
34-
35-
36-
3734
{{else}}
38-
{{#if this.isEventPageRoute}}
39-
<Public::SideMenu @event={{this.evtService.currentEvent}} @hideIcon={{true}} />
40-
{{/if}}
41-
<a href="{{href-to 'pricing'}}" class="item">{{t 'Pricing'}}</a>
42-
<a href="{{href-to 'login'}}" class="item">{{t 'Login'}}</a>
35+
{{#if this.isEventPageRoute}}
36+
<Public::SideMenu @event={{this.evtService.currentEvent}} @hideIcon={{true}} />
37+
{{else}}
38+
<a href="{{href-to 'pricing'}}" class="item">{{t 'Pricing'}}</a>
39+
{{/if}}
40+
<a href="{{href-to 'login'}}" class="item">{{t 'Login'}}</a>
4341
{{/if}}
4442
</div>
4543
<div class="pusher">

0 commit comments

Comments
 (0)