Skip to content

Commit

Permalink
feat: change IDs on each portifolio section
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusfg7 committed Dec 22, 2022
1 parent 96d7650 commit 0839858
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/components/portifolio/AboutSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { FiBook, FiDownload } from 'react-icons/fi'
export function AboutSection() {
return (
<div
id="about"
id="sobre-mim"
className="min-h-screen flex items-center justify-center bg-neutral-900"
>
<div className="content-w flex justify-between">
Expand Down
2 changes: 1 addition & 1 deletion src/components/portifolio/ContactSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {
export function ContactSection() {
return (
<div
id="contact"
id="contato"
className="min-h-screen flex justify-center py-20 bg-neutral-900"
>
<div className="content-w">
Expand Down
2 changes: 1 addition & 1 deletion src/components/portifolio/KnowledgeSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import {
export function KnowledgeSection() {
return (
<div
id="knowledge"
id="conhecimentos"
className="min-h-screen flex justify-center py-20 border-t border-neutral-800"
>
<div className="content-w">
Expand Down
2 changes: 1 addition & 1 deletion src/components/portifolio/ProjectsSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { devProjects, civilProjects } from './projects'

export function ProjectsSection() {
return (
<div id="projects" className="min-h-screen flex justify-center py-20">
<div id="projetos" className="min-h-screen flex justify-center py-20">
<div className="content-w">
<div className="w-full text-center mb-20">
<h1 className="text-blue-500 text-4xl">Projetos Pessoais</h1>
Expand Down

0 comments on commit 0839858

Please sign in to comment.