From e35f8b1f3813453207648660a44e83bf1d4d831b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 17:18:07 +0000 Subject: [PATCH] Update src/components/shared/SvgTextLogo/SvgTextLogo.tsx --- src/components/shared/SvgTextLogo/SvgTextLogo.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/shared/SvgTextLogo/SvgTextLogo.tsx b/src/components/shared/SvgTextLogo/SvgTextLogo.tsx index 4362da9..30003ef 100644 --- a/src/components/shared/SvgTextLogo/SvgTextLogo.tsx +++ b/src/components/shared/SvgTextLogo/SvgTextLogo.tsx @@ -1,5 +1,4 @@ import React, { useState, useEffect } from 'react'; -import { useTheme } from '@/hooks'; interface SvgTextLogoProps { text: string; @@ -12,7 +11,6 @@ export default function SvgTextLogo({ className = '', animate = false, }: SvgTextLogoProps) { - const theme = useTheme?.(); const [isVisible, setIsVisible] = useState(!animate); useEffect(() => { -- 2.49.1