Skip to content

Commit 53acfd9

Browse files
author
sangam14
committed
add
1 parent f6176be commit 53acfd9

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/components/Labs.jsx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,22 +13,22 @@ import OpenGraph from "./OpenGraph";
1313
const fallbackLabsData = [
1414

1515
{
16-
id : "Ethical-Hacker-Easy-Way",
17-
title : "Ethical Hacker Easy Way",
16+
id: "Ethical-Hacker-Easy-Way",
17+
title: "Ethical Hacker Easy Way",
1818
description: "Learn how to become an ethical hacker with ChatGPT",
19-
category : "Ethical Hacking",
20-
path : "/labs/ethical-hacker-easy-way.md",
19+
category: "Ethical Hacking",
20+
path: "/labs/ethical-hacker-easy-way.md",
2121
contributors: ["Sangam Biradar"],
22-
tags : ["Ethical Hacking"]
22+
tags: ["Ethical Hacking"]
2323
},
2424
{
2525
id: "Threat Modeling",
26-
title : "Threat Modeling",
27-
description : "Learn how to create a threat model for a given system",
26+
title: "Threat Modeling",
27+
description: "Learn how to create a threat model for a given system",
2828
category : "Security Engineering",
29-
path : "/labs/threat-modeling.md",
29+
path: "/labs/threat-modeling.md",
3030
contributors : ["Sangam Biradar"],
31-
tags : ["Security Engineering"]
31+
tags: ["Security Engineering"]
3232
},
3333
{
3434
id: "NMAP-Practical-Labs",

0 commit comments

Comments
 (0)