@icarusmx/creta 0.2.0 → 0.2.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@icarusmx/creta",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Salgamos de este laberinto.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -47,8 +47,8 @@
47
47
  <nav class="bg-white shadow-sm">
48
48
  <div class="max-w-7xl mx-auto px-4">
49
49
  <div class="flex justify-between items-center py-3">
50
- <!-- Logo/Nombre aquí -->
51
- <!-- Menú aquí -->
50
+ [Logo/Nombre aquí]
51
+ [Menú aquí]
52
52
  </div>
53
53
  </div>
54
54
  </nav>
@@ -82,7 +82,7 @@
82
82
  <footer class="bg-gray-50 border-t">
83
83
  <div class="max-w-7xl mx-auto py-8 px-4">
84
84
  <div class="text-center text-gray-600 text-sm">
85
- <!-- Tu contenido aquí -->
85
+ [Tu contenido aquí]
86
86
  </div>
87
87
  </div>
88
88
  </footer>