Skip to content

Commit 5e2743c

Browse files
committed
Add cursor-pointer class
1 parent 7b736f4 commit 5e2743c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/changelog/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ const props = {
7575
<div class="flex items-center justify-center">
7676
<button
7777
id="changelogs-next-button"
78-
class="h-12 rounded bg-cl1-brand-orange px-6 font-medium text-cl1-black"
78+
class="h-12 cursor-pointer rounded bg-cl1-brand-orange px-6 font-medium text-cl1-black"
7979
>
8080
Load more items
8181
</button>

0 commit comments

Comments
 (0)