fixing style and spelling

This commit is contained in:
IO420
2025-10-01 10:12:41 -06:00
parent 12aaa7409d
commit 65cf292fc3
11 changed files with 85 additions and 80 deletions
+2 -2
View File
@@ -18,7 +18,7 @@ export default function Page() {
};
return (
<>
<section className="containerSection">
{modo === "ver" && (
<section className="containersection">
<h3 className="title">PROGRAMAS</h3>
@@ -86,6 +86,6 @@ export default function Page() {
</div>
</section>
)}
</>
</section>
);
}