Skip to content

Commit

Permalink
update grid title
Browse files Browse the repository at this point in the history
  • Loading branch information
Spikeysanju committed Nov 10, 2024
1 parent 6ef286d commit d66d857
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/routes/grid-sort/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
>
<div class="max-w-2xl">
<div class="mb-8 flex flex-col gap-2">
<h1 class="text-2xl font-bold text-gray-900">Sortable List</h1>
<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>
</div>

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

0 comments on commit d66d857

Please sign in to comment.