diff --git a/src/app/(main)/websites/[websiteId]/settings/constants.ts b/src/app/(main)/websites/[websiteId]/settings/constants.ts index 0d2c816dc..dc75084e8 100644 --- a/src/app/(main)/websites/[websiteId]/settings/constants.ts +++ b/src/app/(main)/websites/[websiteId]/settings/constants.ts @@ -18,7 +18,6 @@ export const SHARE_NAV_ITEMS = [ { id: 'funnels', label: 'funnels' }, { id: 'journeys', label: 'journeys' }, { id: 'retention', label: 'retention' }, - { id: 'replays', label: 'replays' }, ], }, { diff --git a/src/app/share/[slug]/[[...path]]/ShareNav.tsx b/src/app/share/[slug]/[[...path]]/ShareNav.tsx index 85c0f46b6..7c6e28cfe 100644 --- a/src/app/share/[slug]/[[...path]]/ShareNav.tsx +++ b/src/app/share/[slug]/[[...path]]/ShareNav.tsx @@ -1,7 +1,7 @@ import { Button, Column, Icon, Row, ThemeButton } from '@umami/react-zen'; import { NavMenu } from '@/components/common/NavMenu'; import { useMessages, useNavigation, useShare } from '@/components/hooks'; -import { AlignEndHorizontal, Clock, Eye, PanelLeft, Sheet, Tag, User, Video } from '@/components/icons'; +import { AlignEndHorizontal, Clock, Eye, PanelLeft, Sheet, Tag, User } from '@/components/icons'; import { LanguageButton } from '@/components/input/LanguageButton'; import { PreferencesButton } from '@/components/input/PreferencesButton'; import { Funnel, Gauge, Lightning, Magnet, Money, Network, Path, Target } from '@/components/svg'; @@ -100,12 +100,6 @@ export function ShareNav({ icon: , path: renderPath('/retention'), }, - { - id: 'replays', - label: t(labels.replays), - icon: