Merge version_1 into main #3
@@ -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(() => {
|
||||
|
||||
Reference in New Issue
Block a user