fix couse name

This commit is contained in:
2025-03-18 13:18:49 -03:00
parent 2fa6d16913
commit 537883530e

View File

@@ -15,16 +15,21 @@ import { Container } from "@components/Container";
</head> </head>
<body> <body>
<nav class="bg-green-primary sticky z-10 top-0"> <nav class="bg-green-primary">
<Container className="flex items-center py-2.5 lg:py-5 max-lg:px-5"> <Container className="flex items-center py-2.5 lg:py-5 max-lg:px-5">
<Logo className="h-8" /> <Logo className="h-8" />
</Container>
</nav>
<section class="bg-green-dark sticky top-0 z-10">
<Container className="flex items-center py-2.5 lg:py-5 max-lg:px-5">
<div class="truncate max-lg:max-w-42">
NR-18 PEMT Plataforma Móvel de Trabalho Aéreo
</div>
<div <div
class="ml-auto flex max-lg:flex-col items-center gap-1 lg:gap-2.5" class="ml-auto flex max-lg:flex-col items-center gap-1 lg:gap-2.5"
> >
<div class="truncate max-lg:max-w-42">
NR-18 PEMT Plataforma Móvel de Trabalho Aéreo
</div>
<button <button
class="bg-green-secondary py-1 lg:py-2.5 px-2.5 rounded-md cursor-pointer" class="bg-green-secondary py-1 lg:py-2.5 px-2.5 rounded-md cursor-pointer"
> >
@@ -32,7 +37,7 @@ import { Container } from "@components/Container";
</button> </button>
</div> </div>
</Container> </Container>
</nav> </section>
<slot /> <slot />