Skip to content

Commit 4295734

Browse files
feat: adiciona link para o Código de Conduta no cabeçalho
1 parent 6c9ffc2 commit 4295734

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/header.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ export function Header() {
1919

2020
const navLinks = [
2121
{ href: "#sobre", label: "O que é a Python Norte?" },
22+
{ href: "#codigo-de-conduta", label: "Código de conduta" },
2223
{ href: "#impacto", label: "Impacto e transformação" },
2324
{ href: "#comunidades", label: "Comunidades Apoiadoras" },
2425
{ href: "#apoiar", label: "Apoie a Python Norte!" },

0 commit comments

Comments
 (0)