diff --git a/frontend/src/pages/Browse.tsx b/frontend/src/pages/Browse.tsx
index 63aae77d..1e90bdf3 100644
--- a/frontend/src/pages/Browse.tsx
+++ b/frontend/src/pages/Browse.tsx
@@ -87,24 +87,22 @@ const Browse = () => {
{hasButton && (
-
- {prevButton && (
-
- )}
- {nextButton && (
-
- )}
-
+ {prevButton && (
+
+ )}
+ {nextButton && (
+
+ )}
)}