Skip to content

Commit 5cc7026

Browse files
Remove 'recruitingFor' field from projectsData
Removed 'recruitingFor' field from project entries.
1 parent 5cb8be9 commit 5cc7026

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

Source code/src/data/projectsData.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ export const projectsData: Project[] = [
3232
category: "Spiking Neural Networks",
3333
status: "Completed",
3434
githubLink: "https://github.com/example/spikingc",
35-
year: 2024,
36-
recruitingFor: false
35+
year: 2024
3736
},
3837
{
3938
id: "3",
@@ -50,8 +49,7 @@ export const projectsData: Project[] = [
5049
description: "Implementation of a Dense Layer with Leaky Integrate and Fire (LIF) neurons in SystemVerilog for FPGA deployment.",
5150
category: "Chip Design",
5251
status: "Completed",
53-
year: 2023,
54-
recruitingFor: false
52+
year: 2023
5553
},
5654
{
5755
id: "5",

0 commit comments

Comments
 (0)