Skip to content

Commit

Permalink
Merge pull request #11 from RodrigoRVSN/fix/useful-links-navigation-id
Browse files Browse the repository at this point in the history
fix: using correct id to navigate to useful links
  • Loading branch information
danielhe4rt authored Sep 18, 2023
2 parents 523c826 + 4894650 commit 6fe55d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/links-uteis.astro
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const links: Array<LinksUteisItem> = [
<ContentSection
title="Links Úteis"
description="Links úteis para quem está começando na área de programação."
id="Links"
id="links"
align="start"
extraclass="xl:pl-8 2xl:mx-40"
>
Expand Down
2 changes: 1 addition & 1 deletion src/components/menu.astro
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import type { NavItem } from "../types";
const navItems: Array<NavItem> = [
{ title: "Como Participar", url: "#comoParticipar" },
{ title: "Benefícios", url: "#beneficios" },
{ title: "Links Úteis", url: "#linksUteis" },
{ title: "Links Úteis", url: "#links" },
/* { title: "Perguntas", url: "#perguntas" }, */
];
---
Expand Down

0 comments on commit 6fe55d5

Please sign in to comment.