diff --git a/app/components/@settings/core/AvatarDropdown.tsx b/app/components/@settings/core/AvatarDropdown.tsx index a3a97c4..f30ceb2 100644 --- a/app/components/@settings/core/AvatarDropdown.tsx +++ b/app/components/@settings/core/AvatarDropdown.tsx @@ -5,11 +5,6 @@ import { classNames } from '~/utils/classNames'; import { profileStore } from '~/lib/stores/profile'; import type { TabType, Profile } from './types'; -const BetaLabel = () => ( - - BETA - -); interface AvatarDropdownProps { onSelectTab: (tab: TabType) => void; @@ -117,22 +112,6 @@ export const AvatarDropdown = ({ onSelectTab }: AvatarDropdownProps) => {
- onSelectTab('service-status')} - > -
- Service Status - - { 'outline-none', 'group', )} - onClick={() => - window.open('https://stackblitz-labs.github.io/bolt.diy/', '_blank') - } + onClick={() => window.open('https://stackblitz-labs.github.io/bolt.diy/', '_blank')} >
Help & Documentation