Start window Onboarding1
This commit is contained in:
@@ -85,7 +85,7 @@ function Sidebar({
|
||||
</svg>
|
||||
</button>
|
||||
{/* Logo */}
|
||||
<NavLink end to="/" className="block">
|
||||
<NavLink end to="/dashboard" className="block">
|
||||
<img alt='logo' src={Logo} width="89" height="32"/>
|
||||
</NavLink>
|
||||
</div>
|
||||
@@ -154,7 +154,7 @@ function Sidebar({
|
||||
<li className="mb-1 last:mb-0">
|
||||
<NavLink
|
||||
end
|
||||
to="/"
|
||||
to="/dashboard"
|
||||
className={({ isActive }) =>
|
||||
'block text-slate-400 hover:text-slate-200 transition duration-150 truncate ' + (isActive ? '!text-indigo-500' : '')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user