Skip to content

Commit d66d857

Browse files
committed
update grid title
1 parent 6ef286d commit d66d857

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/routes/grid-sort/+page.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
>
3232
<div class="max-w-2xl">
3333
<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>
34+
<h1 class="text-2xl font-bold text-gray-900">SortGable Grid</h1>
35+
<p class="text-gray-600">Drag and drop items to reorder them in the grid.</p>
3636
</div>
3737

3838
<div class="grid grid-cols-3 gap-6">

0 commit comments

Comments
 (0)