Skip to content

Commit

Permalink
fixed pictures typo
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielSteele1 committed Jul 8, 2024
1 parent 78ed3e8 commit 28139d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ export default function MyApp() {
description="Figma"
/>
<StackCard
src="Node.png"
src="node.png"
description="NodeJS"
/>
</div>
Expand All @@ -231,7 +231,7 @@ export default function MyApp() {
description="JavaScript"
/>
<StackCard
src="React.png"
src="react.png"
description="React.js"
/>
<StackCard
Expand Down

0 comments on commit 28139d1

Please sign in to comment.