fix: add category prefixes to module titles in sidebar
- CSS: Basic Selectors - CSS: Advanced Selectors - Tailwind: Basics HTML modules already have "HTML" in their titles.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"$schema": "../schemas/code-crispies-module-schema.json",
|
||||
"id": "css-basic-selectors",
|
||||
"title": "Basic Selectors",
|
||||
"title": "CSS: Basic Selectors",
|
||||
"description": "CSS selectors are the foundation of styling web pages, allowing you to target specific HTML elements for styling. This module introduces fundamental selector types including element type selectors, class selectors, ID selectors, and the universal selector.",
|
||||
"difficulty": "beginner",
|
||||
"lessons": [
|
||||
|
||||
Reference in New Issue
Block a user