diff --git a/services/web/frontend/js/features/project-list/components/new-project-button/import-document-modal.tsx b/services/web/frontend/js/features/project-list/components/new-project-button/import-document-modal.tsx index e23c0c1c5a..24d4d4f34b 100644 --- a/services/web/frontend/js/features/project-list/components/new-project-button/import-document-modal.tsx +++ b/services/web/frontend/js/features/project-list/components/new-project-button/import-document-modal.tsx @@ -12,7 +12,6 @@ import { import OLButton from '@/shared/components/ol/ol-button' import '@uppy/core/dist/style.css' import '@uppy/dashboard/dist/style.css' -import BetaBadgeIcon from '@/shared/components/beta-badge-icon' function ImportDocumentModal({ type, @@ -59,12 +58,7 @@ function ImportDocumentModal({ > {/* TODO: make necessary changes here for import document modal */} - - {config.title} - - - - + {config.title}

{t('import_document_description')}

diff --git a/services/web/frontend/stylesheets/pages/project-list.scss b/services/web/frontend/stylesheets/pages/project-list.scss index 50fa8f7e72..60f8d268c1 100644 --- a/services/web/frontend/stylesheets/pages/project-list.scss +++ b/services/web/frontend/stylesheets/pages/project-list.scss @@ -585,16 +585,6 @@ ul.project-list-filters { } } -.import-document-modal-title { - display: flex; - align-items: center; - - .beta-icon-wrapper { - margin-left: var(--spacing-03); - display: inline-flex; - } -} - /* stylelint-disable selector-class-pattern */ .project-list-upload-project-modal-uppy-dashboard .uppy-Root { .uppy-Dashboard-AddFiles-title {