Skip to content

Commit

Permalink
Fixed incorrect card description index
Browse files Browse the repository at this point in the history
  • Loading branch information
keeganlenz001 committed Oct 4, 2023
1 parent b68a459 commit d058839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/home_page/content.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ function Content() {

const image: string = Projects_Content[i][0][0];
const title: string = Projects_Content[i][0][1];
const description: string = Projects_Content[i][0][1];
const description: string = Projects_Content[i][0][2];

content_list.push(
<div className="content-card">
Expand Down

0 comments on commit d058839

Please sign in to comment.