diff --git a/lightrag_webui/src/components/graph/ZoomControl.tsx b/lightrag_webui/src/components/graph/ZoomControl.tsx index 0aa55416..a0a41a08 100644 --- a/lightrag_webui/src/components/graph/ZoomControl.tsx +++ b/lightrag_webui/src/components/graph/ZoomControl.tsx @@ -3,7 +3,7 @@ import { useCallback } from 'react' import Button from '@/components/ui/Button' import { ZoomInIcon, ZoomOutIcon, FullscreenIcon } from 'lucide-react' import { controlButtonVariant } from '@/lib/constants' -import { useTranslation } from "react-i18next"; +import { useTranslation } from 'react-i18next'; /** * Component that provides zoom controls for the graph viewer. @@ -18,16 +18,16 @@ const ZoomControl = () => { return ( <> - -