diff --git a/modules/shared/components/Menu/Menu.tsx b/modules/shared/components/Menu/Menu.tsx index f5deaa6..9039814 100644 --- a/modules/shared/components/Menu/Menu.tsx +++ b/modules/shared/components/Menu/Menu.tsx @@ -17,7 +17,7 @@ import Hamburguer from "../Icons/Hamburguer"; import MenuLogo from "../Icons/MenuLogo"; const Links = [ - { title: "Colecciones", href: "/collections" }, + { title: "Colecciones", href: "/" }, { title: "SesiĆ³n de estudio", href: "/study-sessions" }, { title: "Tienda", href: "/Tienda" }, { title: "Perfil", href: "/Perfil" }, diff --git a/pages/index.tsx b/pages/index.tsx index 27d2c28..99e2c98 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -17,10 +17,9 @@ const Home: NextPage & { requiresAuthentication: boolean } = () => {