Spaces:
Running
Running
🐳 12/03 - 06:58 - try again
Browse files- editor.html +1 -1
editor.html
CHANGED
|
@@ -150,7 +150,7 @@
|
|
| 150 |
</button>
|
| 151 |
<div class="border-t border-gray-100 my-1">
|
| 152 |
<div class="px-3 py-1.5 text-xs font-semibold text-gray-500 uppercase tracking-wider mt-1">Grid</div>
|
| 153 |
-
</
|
| 154 |
<button onclick="editor.setLayout('grid')" class="w-full px-4 py-2 text-sm text-gray-700 hover:bg-indigo-50 hover:text-indigo-600 flex items-center gap-3 transition-colors" data-layout="grid">
|
| 155 |
<i data-lucide="layout-grid" class="w-4 h-4"></i>
|
| 156 |
Grid Cards
|
|
|
|
| 150 |
</button>
|
| 151 |
<div class="border-t border-gray-100 my-1">
|
| 152 |
<div class="px-3 py-1.5 text-xs font-semibold text-gray-500 uppercase tracking-wider mt-1">Grid</div>
|
| 153 |
+
</div>
|
| 154 |
<button onclick="editor.setLayout('grid')" class="w-full px-4 py-2 text-sm text-gray-700 hover:bg-indigo-50 hover:text-indigo-600 flex items-center gap-3 transition-colors" data-layout="grid">
|
| 155 |
<i data-lucide="layout-grid" class="w-4 h-4"></i>
|
| 156 |
Grid Cards
|