From d8000208d282cb8082670ada2a0fe0bc48f72e2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sedat=20=C3=96ZT=C3=9CRK?= <76204082+iamsedatozturk@users.noreply.github.com> Date: Thu, 29 May 2025 16:52:45 +0300 Subject: [PATCH] =?UTF-8?q?Logoya=20t=C4=B1klan=C4=B1nca=20default=20gitme?= =?UTF-8?q?si?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/src/components/template/Logo.tsx | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/ui/src/components/template/Logo.tsx b/ui/src/components/template/Logo.tsx index 92c7c5c9..f159f54c 100644 --- a/ui/src/components/template/Logo.tsx +++ b/ui/src/components/template/Logo.tsx @@ -2,6 +2,7 @@ import classNames from 'classnames' import { APP_NAME } from '@/constants/app.constant' import type { CommonProps } from '@/@types/common' import { Mode } from '@/@types/theme' +import { Link } from 'react-router-dom' interface LogoProps extends CommonProps { type?: 'full' | 'streamline' @@ -23,11 +24,13 @@ const Logo = (props: LogoProps) => { ...{ width: logoWidth }, }} > - {`${APP_NAME} + + {`${APP_NAME} + ) }