From 08398580af6d5d63ff15c960da35c0741374447f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateus=20Felipe=20Gon=C3=A7alves?= Date: Thu, 22 Dec 2022 16:24:43 -0300 Subject: [PATCH] feat: change IDs on each portifolio section --- src/components/portifolio/AboutSection.tsx | 2 +- src/components/portifolio/ContactSection.tsx | 2 +- src/components/portifolio/KnowledgeSection.tsx | 2 +- src/components/portifolio/ProjectsSection.tsx | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/portifolio/AboutSection.tsx b/src/components/portifolio/AboutSection.tsx index 1d33e852..632f9c5c 100644 --- a/src/components/portifolio/AboutSection.tsx +++ b/src/components/portifolio/AboutSection.tsx @@ -4,7 +4,7 @@ import { FiBook, FiDownload } from 'react-icons/fi' export function AboutSection() { return (
diff --git a/src/components/portifolio/ContactSection.tsx b/src/components/portifolio/ContactSection.tsx index 207de99a..c60d89a9 100644 --- a/src/components/portifolio/ContactSection.tsx +++ b/src/components/portifolio/ContactSection.tsx @@ -8,7 +8,7 @@ import { export function ContactSection() { return (
diff --git a/src/components/portifolio/KnowledgeSection.tsx b/src/components/portifolio/KnowledgeSection.tsx index a7080e51..f90106d1 100644 --- a/src/components/portifolio/KnowledgeSection.tsx +++ b/src/components/portifolio/KnowledgeSection.tsx @@ -29,7 +29,7 @@ import { export function KnowledgeSection() { return (
diff --git a/src/components/portifolio/ProjectsSection.tsx b/src/components/portifolio/ProjectsSection.tsx index aa42cb46..c7d28755 100644 --- a/src/components/portifolio/ProjectsSection.tsx +++ b/src/components/portifolio/ProjectsSection.tsx @@ -4,7 +4,7 @@ import { devProjects, civilProjects } from './projects' export function ProjectsSection() { return ( -
+

Projetos Pessoais