Skip to content

Commit 0768911

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

public/data/labs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"labs": [
33

44
{
5-
"id": "Ethical-Hacker-Easy-Way",
5+
"id": "ethical-hacker-easy-way",
66
"title": "Ethical Hacker Easy Way",
77
"description": "Learn how to become an ethical hacker with ChatGPT",
88
"category": "Ethical Hacking",

src/components/Labs.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import OpenGraph from "./OpenGraph";
1313
const fallbackLabsData = [
1414

1515
{
16-
id: "Ethical-Hacker-Easy-Way",
16+
id: "ethical-hacker-easy-way",
1717
title: "Ethical Hacker Easy Way",
1818
description: "Learn how to become an ethical hacker with ChatGPT",
1919
category: "Ethical Hacking",

0 commit comments

Comments
 (0)