@icarusmx/creta 0.2.1 → 0.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/bin/creta.js
CHANGED
|
@@ -175,10 +175,10 @@ function applyPageModifications(content, level) {
|
|
|
175
175
|
<!-- ⚠️ COMPLETA AQUÍ LA SECCIÓN HERO -->
|
|
176
176
|
<div class="max-w-4xl mx-auto px-4 text-center">
|
|
177
177
|
<h1 class="text-4xl md:text-6xl font-bold text-gray-900 mb-6">
|
|
178
|
-
|
|
178
|
+
Gracias por seguir aquí
|
|
179
179
|
</h1>
|
|
180
180
|
<p class="text-lg text-gray-600 mb-8">
|
|
181
|
-
|
|
181
|
+
Abre el proyecto usando <code>code .</code> y sigue las instrucciones. Si tienes dudas, apóyate en el equipo
|
|
182
182
|
</p>
|
|
183
183
|
</div>
|
|
184
184
|
</section>`,
|
package/package.json
CHANGED
|
@@ -41,10 +41,10 @@
|
|
|
41
41
|
<!-- ⚠️ COMPLETA AQUÍ LA SECCIÓN HERO -->
|
|
42
42
|
<div class="max-w-4xl mx-auto px-4 text-center">
|
|
43
43
|
<h1 class="text-4xl md:text-6xl font-bold text-gray-900 mb-6">
|
|
44
|
-
|
|
44
|
+
Gracias por seguir aquí
|
|
45
45
|
</h1>
|
|
46
46
|
<p class="text-lg text-gray-600 mb-8">
|
|
47
|
-
|
|
47
|
+
Abre el proyecto usando <code>code .</code> y sigue las instrucciones. Si tienes dudas, apóyate en el equipo
|
|
48
48
|
</p>
|
|
49
49
|
</div>
|
|
50
50
|
</section>
|