fix couse name
This commit is contained in:
@@ -15,16 +15,21 @@ import { Container } from "@components/Container";
|
||||
</head>
|
||||
|
||||
<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">
|
||||
<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
|
||||
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
|
||||
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>
|
||||
</div>
|
||||
</Container>
|
||||
</nav>
|
||||
</section>
|
||||
|
||||
<slot />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user