From 49648c4cf348a0a14837185ad3a9861f9a2bb8ee Mon Sep 17 00:00:00 2001 From: Mohamed Bassem Date: Sat, 12 Jul 2025 23:18:08 +0000 Subject: fix(web): Fix the alignment in the user options page --- apps/web/components/settings/UserOptions.tsx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'apps/web/components/settings/UserOptions.tsx') diff --git a/apps/web/components/settings/UserOptions.tsx b/apps/web/components/settings/UserOptions.tsx index 02c27145..0df1085e 100644 --- a/apps/web/components/settings/UserOptions.tsx +++ b/apps/web/components/settings/UserOptions.tsx @@ -28,7 +28,6 @@ import { SelectTrigger, SelectValue, } from "../ui/select"; -import { Separator } from "../ui/separator"; import { toast } from "../ui/use-toast"; const LanguageSelect = () => { @@ -193,9 +192,7 @@ export default function UserOptions() { )} /> - - -
+