diff --git a/frontend/src/pages/Browse.tsx b/frontend/src/pages/Browse.tsx index 9b3f31c8..c0f12dd6 100644 --- a/frontend/src/pages/Browse.tsx +++ b/frontend/src/pages/Browse.tsx @@ -87,22 +87,22 @@ const Browse = () => { {hasButton && (
- {prevButton && ( - - )} - {nextButton && ( - - )} + {prevButton && ( + + )} + {nextButton && ( + + )}
)}