Remove probability hub page

This commit is contained in:
2569718930@qq.com
2026-04-22 05:04:15 +08:00
parent 6d2cdc8a14
commit a615b2f7c1
5 changed files with 0 additions and 963 deletions
@@ -9,7 +9,6 @@ import {
RotateCw,
BookOpen,
Sparkles,
BarChart3,
House,
} from "lucide-react";
import { useDashboardStore } from "@/hooks/useDashboardStore";
@@ -44,8 +43,6 @@ export function HeaderBar({
const docsActive = pathname?.startsWith("/docs");
const homeHref = "/";
const homeActive = pathname === "/";
const probabilityHubHref = "/probabilities";
const probabilityHubActive = pathname?.startsWith("/probabilities");
const trialPromoLabel =
locale === "en-US"
? "New users get 3-day Pro trial"
@@ -154,16 +151,6 @@ export function HeaderBar({
{t("header.docs")}
</Link>
<Link
href={probabilityHubHref}
className={clsx("info-btn", probabilityHubActive && "active")}
title={t("header.probabilityHubAria")}
aria-label={t("header.probabilityHubAria")}
>
<BarChart3 size={14} strokeWidth={2} />
{t("header.probabilityHub")}
</Link>
<Link
href="/account"
className="trial-promo-badge"