slider activr sidebar
This commit is contained in:
@@ -6,7 +6,7 @@ VITE_BASE_URL = 'https://api-dzone.danakcorp.com'
|
||||
VITE_DANAK_BASE_URL ='https://api.danakcorp.com'
|
||||
VITE_SERVICE_ID = '7e3c2f08-b7e7-4402-ae5f-fea99cff56bd'
|
||||
VITE_WORKSPACE_ID = 'workspace_id'
|
||||
VITE_LOGIN_URL = 'https://console.danakcorp.com/auth/login'
|
||||
# VITE_LOGIN_URL = 'http://localhost:5174/auth/login'
|
||||
# VITE_LOGIN_URL = 'https://console.danakcorp.com/auth/login'
|
||||
VITE_LOGIN_URL = 'http://localhost:5174/auth/login'
|
||||
|
||||
VITE_DZONE_URL = 'https://dzone.danakcorp.com'
|
||||
|
||||
@@ -45,7 +45,7 @@ const SideBarItem: FC<Props> = (props: Props) => {
|
||||
hasSubMenu && 'flex-col text-[10px]',
|
||||
)}>
|
||||
{props.icon}
|
||||
<div className={props.isActive ? 'text-black' : ''}>
|
||||
<div className={props.isActive ? 'text-black' : 'text-[#8C90A3]'}>
|
||||
{props.title}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user