menu
This commit is contained in:
@@ -3,11 +3,11 @@ import { Picture } from "astro:assets";
|
||||
import { Icon } from "astro-icon/components";
|
||||
import Layout from "~/layouts/Layout.astro";
|
||||
import Container from "~/components/Container.astro";
|
||||
import { Clients } from "~/components/Course";
|
||||
import Search from "./_components/Search.astro";
|
||||
import { Clients } from "~/components/Course";
|
||||
|
||||
import mulhercomepi from "~/assets/mulher-com-epi.png";
|
||||
const treands = [
|
||||
const trends = [
|
||||
{
|
||||
label: "NR-18 PEMT Plataforma Móvel de Trabalho Aéreo",
|
||||
href: "nr-18-plataforma-de-trabalho-aereo",
|
||||
@@ -48,7 +48,7 @@ const treands = [
|
||||
</h2>
|
||||
<ul class="list-disc list-inside font-medium">
|
||||
{
|
||||
treands.map(({ label, href }) => (
|
||||
trends.map(({ label, href }) => (
|
||||
<li>
|
||||
<a href={href}>{label}</a>
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user