get rid of onboarding requirements
This commit is contained in:
@ -32,7 +32,7 @@ function NavLink({ path, label, icon }: NavLinkProps) {
|
||||
<Link href={path}>
|
||||
<a
|
||||
className={clsx("flex flex-col items-center", {
|
||||
"text-[#007AFF]": isActiveRoute,
|
||||
"text-primary-500": isActiveRoute,
|
||||
"text-[#959595]": !isActiveRoute,
|
||||
})}
|
||||
>
|
||||
|
Reference in New Issue
Block a user