Sohail Jafri
Sohail Jafri
I don't think XD or Figma file is available for a free theme like Sakai. it's available on paid themes like Atlantis
so you want on https://example.com/ to be a login page right? change: ```app\(main)\page.tsx``` content to be of login page if you need more help ping me
> But If I want to add routing like we did in Javascript, How can we do it here? In Next.js, routing is based on the file and folder structure...
@valentinogiardino Hii you would alter your logic here on line 19 of AppMenuItem `const isActiveRoute = item!.to && pathname === item!.to` this currently match exact pathname but if you want...
try using a if block to check type ` if(typeof pathname==='string') onRouteChange(pathname) `
Can you screenshot or video demo which will help understand the problem better