diff --git a/services/web/frontend/js/features/share-project-modal/components/add-collaborators-upgrade.tsx b/services/web/frontend/js/features/share-project-modal/components/add-collaborators-upgrade.tsx index e2f8ba2d8a..d34f70e4da 100644 --- a/services/web/frontend/js/features/share-project-modal/components/add-collaborators-upgrade.tsx +++ b/services/web/frontend/js/features/share-project-modal/components/add-collaborators-upgrade.tsx @@ -1,11 +1,13 @@ import { useState } from 'react' import { useTranslation } from 'react-i18next' -import { Button } from 'react-bootstrap' import { useUserContext } from '../../../shared/context/user-context' import { upgradePlan } from '../../../main/account-upgrade' import StartFreeTrialButton from '../../../shared/components/start-free-trial-button' import Icon from '../../../shared/components/icon' import { useFeatureFlag } from '../../../shared/context/split-test-context' +import BootstrapVersionSwitcher from '@/features/ui/components/bootstrap-5/bootstrap-version-switcher' +import MaterialIcon from '@/shared/components/material-icon' +import OLButton from '@/features/ui/components/ol/ol-button' export default function AddCollaboratorsUpgrade() { const { t } = useTranslation() @@ -21,34 +23,52 @@ export default function AddCollaboratorsUpgrade() {