diff --git a/superpage/src/components/Bookmark.jsx b/superpage/src/components/Bookmark.jsx index a898d39..724bde0 100644 --- a/superpage/src/components/Bookmark.jsx +++ b/superpage/src/components/Bookmark.jsx @@ -8,7 +8,7 @@ export function Bookmark(props) { > - ); + ) } diff --git a/superpage/src/components/Container.tsx b/superpage/src/components/Container.tsx index 590d3a4..9d8452a 100644 --- a/superpage/src/components/Container.tsx +++ b/superpage/src/components/Container.tsx @@ -7,7 +7,7 @@ interface ContainerProps { export function Container({ children, className }: ContainerProps) { return ( -
+
{children}
) diff --git a/superpage/src/components/Menu.jsx b/superpage/src/components/Menu.jsx index a72011d..ca3eb2a 100644 --- a/superpage/src/components/Menu.jsx +++ b/superpage/src/components/Menu.jsx @@ -1,5 +1,8 @@ -import { ChevronDownIcon } from '@heroicons/react/24/solid' -import { clsx } from 'clsx' +import { + ChevronDownIcon, + XMarkIcon, + MagnifyingGlassIcon, +} from '@heroicons/react/24/solid' import { Popover, PopoverButton, @@ -8,16 +11,16 @@ import { Field, Select, Label, - Description, + CloseButton, } from '@headlessui/react' import { Container } from './Container' export function Menu() { return ( - -
- NR-18 PEMT Plataforma Móvel de Trabalho Aéreo + +
+ NR-18 PEMT Plataforma Móvel de Trabalho
@@ -25,66 +28,73 @@ export function Menu() { - + + + + +
Curso de formação -

+

NR-18 PEMT Plataforma Elevatória Móvel de Trabalho

-
+
Conheça outros cursos da EDUSEG®
- - -
- -
-
+ +
+ {/* Search */} + + {/* Filter */} + + +
+ +
+
+
-