Se añadió el botón de eliminar asignatura, y se borra adecuadamente

This commit is contained in:
2025-10-21 17:05:45 -06:00
parent ce2cd6b397
commit d491100c73
5 changed files with 62 additions and 13 deletions

View File

@@ -167,6 +167,7 @@ function RouteComponent() {
<p className="text-sm text-neutral-700 line-clamp-3">{r.descripcion}</p>
)}
{/* Tags
{r.tags && r.tags.length > 0 && (
<div className="flex flex-wrap gap-1.5">
{r.tags.map((t, i) => (
@@ -175,7 +176,7 @@ function RouteComponent() {
</span>
))}
</div>
)}
)} */}
<div className="mt-auto flex items-center justify-between gap-2">
<Button variant="ghost" size="sm" onClick={() => setViewing(r)}>