diff --git a/web/src/components/ResourcesDialog.tsx b/web/src/components/ResourcesDialog.tsx index 4e87f48c..eb77a2c5 100644 --- a/web/src/components/ResourcesDialog.tsx +++ b/web/src/components/ResourcesDialog.tsx @@ -127,7 +127,6 @@ const ResourcesDialog: React.FC = (props: Props) => {
-
(👨‍💻WIP) {t("resources.description")}
handleUploadFileBtnClick()}>
diff --git a/web/src/components/Settings/PreferencesSection.tsx b/web/src/components/Settings/PreferencesSection.tsx index 6024335a..230a31bb 100644 --- a/web/src/components/Settings/PreferencesSection.tsx +++ b/web/src/components/Settings/PreferencesSection.tsx @@ -3,7 +3,6 @@ import { useAppSelector } from "../../store"; import { VISIBILITY_SELECTOR_ITEMS } from "../../helpers/consts"; import useI18n from "../../hooks/useI18n"; import Selector from "../common/Selector"; -import BetaBadge from "../BetaBadge"; import "../../less/settings/preferences-section.less"; const localeSelectorItems = [ @@ -53,10 +52,7 @@ const PreferencesSection = () => {

{t("common.basic")}

{t("setting.preference")}

diff --git a/web/src/less/resources-dialog.less b/web/src/less/resources-dialog.less index 90bf2bf7..c5e2e7c1 100644 --- a/web/src/less/resources-dialog.less +++ b/web/src/less/resources-dialog.less @@ -9,10 +9,6 @@ > .dialog-content-container { @apply flex flex-col justify-start items-start w-full; - > .tip-text-container { - @apply w-full flex flex-row justify-start items-start border border-yellow-600 rounded px-2 py-1 mb-2 text-yellow-600 bg-yellow-50 text-sm; - } - > .upload-resource-container { @apply mt-2 mb-4 py-8 cursor-pointer w-full rounded flex flex-row justify-center items-center bg-blue-50 border border-blue-600 hover:opacity-80;