From fece7537e47c087a66fa70845cedc71b292a0676 Mon Sep 17 00:00:00 2001
From: 0xsysr3ll <31414959+0xSysR3ll@users.noreply.github.com>
Date: Mon, 2 Mar 2026 11:30:09 +0100
Subject: [PATCH] fix(settings): remove beta info banner (#2615)
---
.../Settings/SettingsAbout/index.tsx | 25 -------------------
src/i18n/locale/en.json | 1 -
2 files changed, 26 deletions(-)
diff --git a/src/components/Settings/SettingsAbout/index.tsx b/src/components/Settings/SettingsAbout/index.tsx
index bf3e8554..7bd38d47 100644
--- a/src/components/Settings/SettingsAbout/index.tsx
+++ b/src/components/Settings/SettingsAbout/index.tsx
@@ -7,7 +7,6 @@ import Releases from '@app/components/Settings/SettingsAbout/Releases';
import globalMessages from '@app/i18n/globalMessages';
import Error from '@app/pages/_error';
import defineMessages from '@app/utils/defineMessages';
-import { InformationCircleIcon } from '@heroicons/react/24/solid';
import type {
SettingsAboutResponse,
StatusResponse,
@@ -30,8 +29,6 @@ const messages = defineMessages('components.Settings.SettingsAbout', {
documentation: 'Documentation',
outofdate: 'Out of Date',
uptodate: 'Up to Date',
- betawarning:
- 'This is BETA software. Features may be broken and/or unstable. Please report any issues on GitHub!',
runningDevelop:
'You are running the develop branch of Seerr, which is only recommended for those contributing to development or assisting with bleeding-edge testing.',
});
@@ -60,28 +57,6 @@ const SettingsAbout = () => {
intl.formatMessage(globalMessages.settings),
]}
/>
-
- {intl.formatMessage(messages.betawarning)} -
-- - GitHub → - -
-