From 4345711771a592633cf49e4fd22e7b410b697195 Mon Sep 17 00:00:00 2001 From: lebaudantoine Date: Mon, 29 Dec 2025 12:22:54 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8(frontend)=20remove=20the=20beta=20bad?= =?UTF-8?q?ge?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Product is out of beta since the 15th of December. --- CHANGELOG.md | 1 + src/frontend/src/layout/Header.tsx | 24 ------------------------ 2 files changed, 1 insertion(+), 24 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32bd83ad..24d219b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ and this project adheres to ## [Unreleased] - ✨(agent) support Kyutai client for subtitle +- ✨(frontend) remove the beta badge ## [1.1.0] - 2025-12-22 diff --git a/src/frontend/src/layout/Header.tsx b/src/frontend/src/layout/Header.tsx index 8acf7c99..b628eb1e 100644 --- a/src/frontend/src/layout/Header.tsx +++ b/src/frontend/src/layout/Header.tsx @@ -13,29 +13,6 @@ import { LoginButton } from '@/components/LoginButton' import { useLoginHint } from '@/hooks/useLoginHint' -const BetaBadge = () => ( - - Beta - -) - const Logo = () => ( { /> -