diff --git a/browser/src/components/menu/mouse/direction.tsx b/browser/src/components/menu/mouse/direction.tsx index dbbdf0b..1bc55c4 100644 --- a/browser/src/components/menu/mouse/direction.tsx +++ b/browser/src/components/menu/mouse/direction.tsx @@ -44,10 +44,8 @@ export const Direction = (): ReactElement => { return ( -
-
- -
+
+ {t('mouse.direction')}
diff --git a/browser/src/components/menu/mouse/index.tsx b/browser/src/components/menu/mouse/index.tsx index 5455f2f..008cd2e 100644 --- a/browser/src/components/menu/mouse/index.tsx +++ b/browser/src/components/menu/mouse/index.tsx @@ -1,5 +1,5 @@ import { useEffect, useState } from 'react'; -import { Popover } from 'antd'; +import { Divider, Popover } from 'antd'; import { useAtom, useSetAtom } from 'jotai'; import { MouseIcon } from 'lucide-react'; @@ -59,13 +59,15 @@ export const Mouse = () => { } const content = ( - <> +