Skip to content

Commit

Permalink
feat(mon-pix): in Module's Passage, display beta-banner above navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
dianeCdrPix committed Dec 24, 2024
1 parent b78e92c commit 86c4ff8
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions mon-pix/app/components/module/passage.gjs
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,9 @@ export default class ModulePassage extends Component {

<template>
{{pageTitle @module.title}}
{{#if @module.isBeta}}
<BetaBanner />
{{/if}}
<ModuleNavbar
@currentStep={{this.currentPassageStep}}
@totalSteps={{this.displayableGrains.length}}
Expand All @@ -231,10 +234,6 @@ export default class ModulePassage extends Component {
/>

<main class="module-passage">
{{#if @module.isBeta}}
<BetaBanner />
{{/if}}

<div class="module-passage__title">
<h1>{{@module.title}}</h1>
</div>
Expand Down

0 comments on commit 86c4ff8

Please sign in to comment.