diff --git a/src/pages/blocks/BlockPage.tsx b/src/pages/blocks/BlockPage.tsx
index e0c40d2..f1931b5 100644
--- a/src/pages/blocks/BlockPage.tsx
+++ b/src/pages/blocks/BlockPage.tsx
@@ -124,7 +124,7 @@
{/* Wrap in a link if the button is enabled */}
{hasPrevious
? (
-
+
{previousBtn}
)
@@ -140,7 +140,7 @@
{/* Wrap in a link if the button is enabled */}
{hasNext
? (
-
+
{nextBtn}
)