Skip to content

Commit

Permalink
feat: change wip to beta
Browse files Browse the repository at this point in the history
  • Loading branch information
ledouxm committed Jun 14, 2024
1 parent 54cdc35 commit 9083659
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/frontend/src/routes/__root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ const Layout = ({ children }: PropsWithChildren) => {
isDesktop ? (
<>
Compte-rendu VIF{" "}
<Badge as="span" noIcon severity="warning">
WiP
<Badge as="span" noIcon severity="info">
Beta
</Badge>
</>
) : null
Expand Down

0 comments on commit 9083659

Please sign in to comment.