Skip to content

Commit

Permalink
Ajoute un bandeau d'information concernant l'état de développement du…
Browse files Browse the repository at this point in the history
… site
  • Loading branch information
ShallowRed committed Mar 4, 2025
1 parent a3c71e8 commit 7733f4e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions client/layouts/default.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ const navItems = [
target: '_blank',
},
]
const noticeMessage = 'Ce site est en cours de développement. Certaines fonctionnalités peuvent ne pas être disponibles ou ne pas fonctionner correctement.'
</script>

<template>
Expand All @@ -55,6 +57,10 @@ const navItems = [
/>
</template>
</DsfrHeader>
<DsfrNotice
v-if="noticeMessage"
:title="noticeMessage"
/>
<main
id="content"
role="main"
Expand Down

0 comments on commit 7733f4e

Please sign in to comment.