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> <!doctype html>
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" /> <link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React + TS</title> <title>داناک | پنل ادمین</title>
</head> </head>
<body> <body>
<div id="root"></div> <div id="root"></div>
<script type="module" src="/src/main.tsx"></script> <script type="module" src="/src/main.tsx"></script>
</body> </body>
</html> </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} />} icon={<Element3 variant={isActive('services') ? 'Bold' : 'Outline'} color={isActive('services') ? 'black' : '#8C90A3'} size={iconSizeSideBar} />}
title={t('sidebar.services')} title={t('sidebar.services')}
isActive={isActive('services')} isActive={isActive('services')}
link={Pages.services.mine} link={Pages.services.list}
name='services' name='services'
/> />
<SideBarItem <SideBarItem