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 6ef286d commit d66d857Copy full SHA for d66d857
src/routes/grid-sort/+page.svelte
@@ -31,8 +31,8 @@
31
>
32
<div class="max-w-2xl">
33
<div class="mb-8 flex flex-col gap-2">
34
- <h1 class="text-2xl font-bold text-gray-900">Sortable List</h1>
35
- <p class="text-gray-600">Drag and drop items to reorder them in the list.</p>
+ <h1 class="text-2xl font-bold text-gray-900">SortGable Grid</h1>
+ <p class="text-gray-600">Drag and drop items to reorder them in the grid.</p>
36
</div>
37
38
<div class="grid grid-cols-3 gap-6">
0 commit comments