We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53acfd9 commit 0768911Copy full SHA for 0768911
public/data/labs.json
@@ -2,7 +2,7 @@
2
"labs": [
3
4
{
5
- "id": "Ethical-Hacker-Easy-Way",
+ "id": "ethical-hacker-easy-way",
6
"title": "Ethical Hacker Easy Way",
7
"description": "Learn how to become an ethical hacker with ChatGPT",
8
"category": "Ethical Hacking",
src/components/Labs.jsx
@@ -13,7 +13,7 @@ import OpenGraph from "./OpenGraph";
13
const fallbackLabsData = [
14
15
16
- id: "Ethical-Hacker-Easy-Way",
+ id: "ethical-hacker-easy-way",
17
title: "Ethical Hacker Easy Way",
18
description: "Learn how to become an ethical hacker with ChatGPT",
19
category: "Ethical Hacking",
0 commit comments