We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46ab7fc commit 9f38e4fCopy full SHA for 9f38e4f
1 file changed
src/components/CardList.astro
@@ -51,12 +51,3 @@ const paginateOptions = [
51
))
52
}
53
</div>
54
-
55
-<!-- To-do -->
56
-<!--
57
- [x] Implement pagination feature with buttons and dropdowns (6, 12, 24)
58
- [x] Implement unit test for pagination feature
59
- [x] Migrate pagination feature to a new script (./scripts/pagination.ts)
60
- -->
61
62
-<script src="../scripts/paginate.ts"></script>
0 commit comments