feat: implement asignaturas management with dynamic routing and UI updates
This commit is contained in:
@@ -122,7 +122,7 @@ function RouteComponent() {
|
||||
return (
|
||||
<Link
|
||||
key={p.id}
|
||||
to="/plan/$planId/modal"
|
||||
to="/plan/$planId"
|
||||
mask={{ to: '/plan/$planId', params: { planId: p.id } }}
|
||||
className="group relative overflow-hidden rounded-3xl bg-white shadow-sm ring-1 transition-all hover:shadow-md hover:-translate-y-0.5"
|
||||
params={{ planId: p.id }}
|
||||
|
||||
Reference in New Issue
Block a user