diff --git a/govtool/frontend/src/components/organisms/MaintenanceEndingBanner/MaintenanceEndingBanner.tsx b/govtool/frontend/src/components/organisms/MaintenanceEndingBanner/MaintenanceEndingBanner.tsx index 669a98820..223839887 100644 --- a/govtool/frontend/src/components/organisms/MaintenanceEndingBanner/MaintenanceEndingBanner.tsx +++ b/govtool/frontend/src/components/organisms/MaintenanceEndingBanner/MaintenanceEndingBanner.tsx @@ -4,9 +4,6 @@ import KeyboardArrowUpIcon from "@mui/icons-material/KeyboardArrowUp"; import { Trans, useTranslation } from "react-i18next"; import { useMaintenanceEndingBannerContext } from "./MaintenanceEndingBannerContext"; -const EXPANDED_HEIGHT = 135; -const COLLAPSED_HEIGHT = 50; - export const MaintenanceEndingBanner = () => { const { ref, isExpanded, toggleExpanded } = useMaintenanceEndingBannerContext(); @@ -16,7 +13,7 @@ export const MaintenanceEndingBanner = () => { { {/* Expandable Content */} diff --git a/govtool/frontend/src/i18n/locales/en.json b/govtool/frontend/src/i18n/locales/en.json index b25cf774d..4f529bf79 100644 --- a/govtool/frontend/src/i18n/locales/en.json +++ b/govtool/frontend/src/i18n/locales/en.json @@ -755,10 +755,10 @@ "title": "This tool is connected to {{networkName}}", "bootstrappingWarning": "Govtool is in the Bootstrapping phase. Some features are not available. Learn more", "maintenanceEnding": { - "title": "⚠️ Funding for GovTool is at risk", - "description1": "GovTool was not included in the current Cardano budget.", - "description2": "Without new support, active development and <0>maintenance will end in June 2025.", - "description3": "Learn what this means and what’s next:", + "title": "⚠️ GovTool needs your support", + "description1": "GovTool wasn’t included in the current Cardano budget.", + "description2": "A 100k ada maintenance grant will sustain essential infrastructure and bug fixes through 2025 — but future development depends on renewed community backing.", + "description3": "Find out what this means and how you can help:", "linkText": "The future of GovTool" } },