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 a5d5ae5 commit 4e42e71Copy full SHA for 4e42e71
1 file changed
packages/theme-default/src/components/PrevNextPage/index.tsx
@@ -27,7 +27,7 @@ export function PrevNextPage() {
27
</span>
28
</Link>
29
) : (
30
- <div className="rp-prevNextPage__placeHolder" />
+ <div className="rp-prevNextPage__placeholder" />
31
)}
32
{nextPage ? (
33
<Link
@@ -41,7 +41,7 @@ export function PrevNextPage() {
41
42
43
44
45
46
</div>
47
);
0 commit comments