Skip to content

Commit

Permalink
[FEATURE] Passage > Mettre la Beta Banner au dessus de la navbar (PIX…
Browse files Browse the repository at this point in the history
  • Loading branch information
pix-service-auto-merge authored Jan 3, 2025
2 parents ce70c62 + 714b16c commit db4e530
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 db4e530

Please sign in to comment.