diff --git a/web/src/components/ShortcutList.tsx b/web/src/components/ShortcutList.tsx
index a3bc97c..2175ac6 100644
--- a/web/src/components/ShortcutList.tsx
+++ b/web/src/components/ShortcutList.tsx
@@ -7,7 +7,6 @@ import useLoading from "../hooks/useLoading";
import Icon from "./Icon";
import toastHelper from "./Toast";
import showCreateShortcutDialog from "./CreateShortcutDialog";
-import "../less/shortcut-list.less";
const ShortcutList = () => {
const { t } = useTranslation();
@@ -37,14 +36,17 @@ const ShortcutList = () => {
}, []);
return (
-
-
- {t("common.shortcuts")}
-