title and fix link sidebar service

This commit is contained in:
hamid zarghami
2025-02-26 15:16:21 +03:30
parent d0c05212f4
commit 1e04d7ecac
2 changed files with 15 additions and 12 deletions
+4 -1
View File
@@ -1,13 +1,16 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React + TS</title>
<title>داناک | پنل ادمین</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>
+1 -1
View File
@@ -87,7 +87,7 @@ const SideBar: FC = () => {
icon={<Element3 variant={isActive('services') ? 'Bold' : 'Outline'} color={isActive('services') ? 'black' : '#8C90A3'} size={iconSizeSideBar} />}
title={t('sidebar.services')}
isActive={isActive('services')}
link={Pages.services.mine}
link={Pages.services.list}
name='services'
/>
<SideBarItem