Skip to content

Commit b53758d

Browse files
authored
Update portfolioDataScript.js
1 parent 26218f4 commit b53758d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

portfolioDataScript.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const projectsData = [
55
description: "",
66
skills: ["HTML", "CSS", "JavaScript", "LittleJS"],
77
categories: ["Websites"],
8-
media: [ { type: "youtube", url: "https://www.youtube.com/watch?v=qvkubr2ceAo" } ]
8+
media: [ { type: "youtube", url: "https://psemo.itch.io/little-platformer" }, { type: "itch-io", url: "https://psemo.itch.io/little-platformer" } ]
99
},
1010
{
1111
title: "FSGP - FullStack Game Project",
@@ -296,4 +296,4 @@ const projectsData = [
296296
categories: ["Games"],
297297
media: [ { type: "youtube", url: "https://www.youtube.com/watch?v=JJ-X7QkkUt8" } ]
298298
},
299-
];
299+
];

0 commit comments

Comments
 (0)