Skip to content

Commit e30ab48

Browse files
Update clippys.ts
1 parent 0c176d3 commit e30ab48

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/lib/clippys.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,11 @@ const clippys = [
3535
},{
3636
"name": "Orange Clippy",
3737
"image": "orange.png"
38+
},{
39+
"name": "Mega Man",
40+
"image": "megaman.png"
3841
}
3942
]
4043

4144
export const clippyCount = clippys.length;
42-
export default clippys;
45+
export default clippys;

0 commit comments

Comments
 (0)