Skip to content

Commit

Permalink
Change about links
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaloney111 committed May 13, 2024
1 parent b006e68 commit 838a167
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/pages/about.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,29 +7,29 @@ export default function About() {
name: "Jonas Gabriel",
linkedin: "https://www.linkedin.com/in/jonas-gabriel-araujo/",
github: "https://github.com/jonasgabriel18",
photo: "../build/assets/jonas.jpg",
photo: "../../assets/jonas.jpg",
},

{
name: "Luiz Gusttavo",
linkedin:
"https://www.linkedin.com/in/luiz-gusttavo-oliveira-de-souza-7538091b1/",
github: "https://github.com/GusttavoOliveira",
photo: "../build/assets/luiz.jpg",
photo: "../../../assets/luiz.jpg",
},

{
name: "Bertrand Lira",
linkedin: "https://www.linkedin.com/in/bertrand-lira-veloso-52aa4926a/",
github: "https://github.com/BertrandLira",
photo: "../build/assets/bertrand.jpg",
photo: "../assets/bertrand.jpg",
},

{
name: "Cameron Maloney",
linkedin: "https://www.linkedin.com/in/cameronmal/",
github: "https://github.com/cmaloney111",
photo: "../build/assets/cameron.jpg",
photo: "assets/cameron.jpg",
},

{
Expand All @@ -43,17 +43,17 @@ export default function About() {
name: "Thauã Magalhães",
linkedin: "https://www.linkedin.com/in/thaua-lucas/",
github: "https://github.com/tahaluh",
photo: "../build/assets/thaua.jpg",
photo: "../../../../assets/thaua.jpg",
},

{
name: "Thiago Rodrigues",
linkedin: "https://www.linkedin.com/in/thiago-rodrigues-b8a328249/",
github: "https://github.com/tahaluh",
photo: "../build/assets/thiago.jpg",
photo: "thiago.jpg",
},
];

return (
<div className="bg-main-darker text-white min-h-screen flex flex-col">
<Menu />
Expand Down

0 comments on commit 838a167

Please sign in to comment.