feat: update dialog titles to use font-mono style for consistency across components
This commit is contained in:
@@ -58,7 +58,7 @@ export function CarreraDetailDialog({
|
||||
<Dialog open={!!carrera} onOpenChange={(o) => !o && onOpenChange(null)}>
|
||||
<DialogContent className="max-w-3xl">
|
||||
<DialogHeader>
|
||||
<DialogTitle>{carrera?.nombre}</DialogTitle>
|
||||
<DialogTitle className="font-mono" >{carrera?.nombre}</DialogTitle>
|
||||
<DialogDescription>
|
||||
{carrera?.facultades?.nombre ?? "—"} · {carrera?.semestres} semestres{" "}
|
||||
{typeof carrera?.activo === "boolean" && (
|
||||
|
||||
Reference in New Issue
Block a user