Skip to content

Commit 3c53b90

Browse files
Add image field to SpikingC project data
1 parent 6443f7b commit 3c53b90

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Source code/src/data/projectsData.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ export const projectsData: Project[] = [
4040
description: "SNN implementation in C for efficient spiking neural network computation with optimized performance and debugging capabilities.",
4141
category: "Spiking Neural Networks",
4242
status: "Completed",
43+
image: "/lovable-uploads/image.png",
4344
githubLink: "https://github.com/example/spikingc",
4445
year: 2024
4546
},

0 commit comments

Comments
 (0)